diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-19 19:18:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-23 07:51:47 +0700 |
commit | ace1bcbf072c9a906ff15890e52484cc3432c599 (patch) | |
tree | c122214be28be084b103422fc22778497d51679d /system/spl-solaris/spl-solaris.SlackBuild | |
parent | 934eddd924ed67bdaaede456ee4bdcdb47e3e784 (diff) | |
download | slackbuilds-ace1bcbf072c9a906ff15890e52484cc3432c599.tar.gz |
system/spl-solaris: Use tgz.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/spl-solaris/spl-solaris.SlackBuild')
-rw-r--r-- | system/spl-solaris/spl-solaris.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/spl-solaris/spl-solaris.SlackBuild b/system/spl-solaris/spl-solaris.SlackBuild index ada8745eb1..3c4631a342 100644 --- a/system/spl-solaris/spl-solaris.SlackBuild +++ b/system/spl-solaris/spl-solaris.SlackBuild @@ -106,4 +106,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-${VERSION}_${KERN}-$ARCH-$BUILD$TAG.${PKGTYPE:-txz} +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-${VERSION}_${KERN}-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |