FreeBSD packaging: Fix yet another typo
This commit is contained in:
parent
4b964fa938
commit
1622a11342
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ if [ "$ORB_BUILDING_PACKAGE" != "opam-graph" -a "$OPAM_PACKAGE_NAME" != "" ]; th
|
||||||
fi
|
fi
|
||||||
|
|
||||||
basedir=$(realpath "$(dirname "$0")"/../..)
|
basedir=$(realpath "$(dirname "$0")"/../..)
|
||||||
pdir=$basedir/package/FreeBSD
|
pdir=$basedir/packaging/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
|
||||||
|
|
Loading…
Reference in a new issue