diff options
author | Eugene Wissner <eugen@flevum.de> | 2011-06-19 12:00:36 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-19 23:17:06 -0500 |
commit | 676b2c9030cabb044b4705bc19aa02978b1cd893 (patch) | |
tree | b62ede301e319b25d7a89a752a19d486282d4d4e /network/psi/psi.SlackBuild | |
parent | 88a229e79f072dcf2b9b2d58948996a0c76e22ea (diff) | |
download | slackbuilds-676b2c9030cabb044b4705bc19aa02978b1cd893.tar.gz |
network/psi: Updated for version 0.14.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/psi/psi.SlackBuild')
-rw-r--r-- | network/psi/psi.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/network/psi/psi.SlackBuild b/network/psi/psi.SlackBuild index ee04dfcdb3..3a91dfe892 100644 --- a/network/psi/psi.SlackBuild +++ b/network/psi/psi.SlackBuild @@ -34,14 +34,14 @@ else SLKCFLAGS="" fi -set -e +set -e rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP +mkdir -p $TMP $PKG $OUTPUT +cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +cd $PRGNAM-$VERSION chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ @@ -58,7 +58,7 @@ if [ -n "$SLKCFLAGS" ]; then *-g++*:QMAKE_CXXFLAGS += $SLKCFLAGS" >> conf.pri fi -make +make make install INSTALL_ROOT=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ |