mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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