FreeBSD packaging: fix typo
This commit is contained in:
parent
ecd10ebba0
commit
cfefe4f425
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ pdir=$basedir/package/FreeBSD
|
||||||
bdir=$basedir/_build/install/default/bin
|
bdir=$basedir/_build/install/default/bin
|
||||||
tmpd=$basedir/_build/stage
|
tmpd=$basedir/_build/stage
|
||||||
manifest=$tmpd/+MANIFEST
|
manifest=$tmpd/+MANIFEST
|
||||||
rootdir=$tmpdir/rootdir
|
rootdir=$tmpd/rootdir
|
||||||
bindir=$rootdir/usr/local/bin
|
bindir=$rootdir/usr/local/bin
|
||||||
|
|
||||||
trap 'rm -rf $tmpd' 0 INT EXIT
|
trap 'rm -rf $tmpd' 0 INT EXIT
|
||||||
|
|
Loading…
Reference in a new issue