diff options
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 \ |