diff options
author | Niels Horn <niels.horn@gmail.com> | 2011-12-11 20:42:08 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-11 20:42:08 -0200 |
commit | 58dfe23b8ec466a6b34e8e6223151974b39a6f94 (patch) | |
tree | bbbc59e6ac93cf18a853b00d4fba2ee1a0273365 /libraries | |
parent | 1dec5bcbc6e0a3095b36ba11a0f42ad0a16f9910 (diff) | |
download | slackbuilds-58dfe23b8ec466a6b34e8e6223151974b39a6f94.tar.gz |
libraries/qt3: Fixed makepkg command (-p)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries')
-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} |