smalltalk
/
osmo-st-all
Archived
1
0
Fork 0

Using /usr/bin/env for gst-package binary instead of hard coded path

This commit is contained in:
Nicolas Petton 2009-06-21 02:26:35 +00:00
parent 40a03ae973
commit 01f532f1e4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
GST_PACK=/usr/local/bin/gst-package
GST_PACK=/usr/bin/env gst-package
CURR_DIR=`pwd`
echo "Packaging in $CURR_DIR ..." > make_packages.log