diff options
-rw-r--r-- | libraries/qt3/qt3.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libraries/qt3/qt3.SlackBuild b/libraries/qt3/qt3.SlackBuild index 0c57f1aca5..7bb40f4c8b 100644 --- a/libraries/qt3/qt3.SlackBuild +++ b/libraries/qt3/qt3.SlackBuild @@ -27,11 +27,11 @@ # Adapted for SlackBuilds.org by Niels Horn <niels.horn@gmail.com> # - moved building from /opt to $TMP # - included patch for new libpng (based on work by Stuart Winter) -# Revision date 2011/03/12 +# Revision date 2011/12/11 PRGNAM=qt3 VERSION=${VERSION:-3.3.8b} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} SRCNAM=qt-x11-free @@ -200,5 +200,4 @@ cat $CWD/doinst.sh | sed -e "s|/lib|/lib${LIBDIRSUFFIX}|" \ cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} - +/sbin/makepkg -p -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |