Skip to content

Commit

Permalink
Add spkg-install file
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Mar 26, 2011
1 parent 8002eee commit d9121b1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions spkg-install
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#! /bin/sh

if [ "$SPKG_LOCAL" = "" ]; then
echo "SPKG_LOCAL undefined ... exiting";
echo "Maybe run 'qsnake --shell'?"
exit 1
fi


set -e

./configure --prefix="$SPKG_LOCAL"
make install

0 comments on commit d9121b1

Please sign in to comment.