diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2010-05-13 00:33:54 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:33:54 +0200 |
commit | 69d794fb03ac0003b3f3a96dac31d1e2305d27ca (patch) | |
tree | d79e6aa81e0851094c7094613d1796189738ee94 /libraries/xerces/xerces.SlackBuild | |
parent | 5f4affaea584812abebde3accc26a3dcca09209b (diff) | |
download | slackbuilds-69d794fb03ac0003b3f3a96dac31d1e2305d27ca.tar.gz |
libraries/xerces: Updated for version 2.9.0
Diffstat (limited to 'libraries/xerces/xerces.SlackBuild')
-rw-r--r-- | libraries/xerces/xerces.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/xerces/xerces.SlackBuild b/libraries/xerces/xerces.SlackBuild index c1b45338ec..e915aeaa3b 100644 --- a/libraries/xerces/xerces.SlackBuild +++ b/libraries/xerces/xerces.SlackBuild @@ -47,4 +47,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} |