forked from GitHub/gf-core
bin/build-binary-dist.sh: fix hardcoded /usr install path for .pkg packages.
This commit is contained in:
@@ -58,7 +58,7 @@ case $fmt in
|
||||
;;
|
||||
pkg)
|
||||
pkg=$name.pkg
|
||||
pkgbuild --identifier org.grammaticalframework.gf.pkg --version "$ver" --root "$destdir/usr" --install-location "$prefix" dist/$pkg
|
||||
pkgbuild --identifier org.grammaticalframework.gf.pkg --version "$ver" --root "$destdir$prefix" --install-location "$prefix" dist/$pkg
|
||||
echo "Created $pkg"
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user