aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_tools/make_pkg.sh
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-05-29 21:14:19 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-05-29 21:14:19 -0700
commit4afdcf56fcdf3f7b67c6b6bf3cad46245d98875c (patch)
tree8176ad8f43733baab10514d115b8b8989ec48fc2 /build_tools/make_pkg.sh
parent0fe43eb880f25ba1786b0fc902bb99a870766f35 (diff)
Tweak a few default colors
Fix the make_pkg script to actually build an installable package that doesn't immediately barf
Diffstat (limited to 'build_tools/make_pkg.sh')
-rwxr-xr-xbuild_tools/make_pkg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/make_pkg.sh b/build_tools/make_pkg.sh
index ccc5d5d8..3a9986e5 100755
--- a/build_tools/make_pkg.sh
+++ b/build_tools/make_pkg.sh
@@ -2,7 +2,7 @@
rm -rf /tmp/fish_pkg
mkdir -p /tmp/fish_pkg/
-if make install prefix=/tmp/fish_pkg/usr/local/
+if make DESTDIR=/tmp/fish_pkg install
then
echo "Root written to /tmp/fish_pkg/"
if /Developer/usr/bin/packagemaker --doc ./build_tools/fish_shell.pmdoc --out ~/fish_built/fishfish.pkg