diff options
author | Heinz Wiesinger <HMWiesinger@gmx.at> | 2010-05-13 00:33:53 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:33:53 +0200 |
commit | 5f4affaea584812abebde3accc26a3dcca09209b (patch) | |
tree | a855866e7d418dcc5891877074e779b4b0ac7581 /libraries/xerces-c/xerces-c.SlackBuild | |
parent | 5acf9a39528ea71b6ec4a75f7444e51bd7b8f1bc (diff) |
libraries/xerces-c: Updated for version 2.8.0
Diffstat (limited to 'libraries/xerces-c/xerces-c.SlackBuild')
-rw-r--r-- | libraries/xerces-c/xerces-c.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/xerces-c/xerces-c.SlackBuild b/libraries/xerces-c/xerces-c.SlackBuild index c67f85d1ca7c..422d63ab3622 100644 --- a/libraries/xerces-c/xerces-c.SlackBuild +++ b/libraries/xerces-c/xerces-c.SlackBuild @@ -102,4 +102,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |