diff options
author | David Spencer | 2013-11-25 00:47:20 +0100 |
---|---|---|
committer | Heinz Wiesinger | 2013-11-25 18:19:39 +0100 |
commit | 0a6c0d37368e3c6966d24825317dae6bc237a421 (patch) | |
tree | 2ea40d805f77b81b1889af5ff0a8e67c8029b07a /network/openssh-krb5 | |
parent | 52f571348ae2acdd9080cbc215781166bd0635e7 (diff) | |
download | slackbuilds-0a6c0d37368e3c6966d24825317dae6bc237a421.tar.gz |
network/openssh-krb5: Fixed SlackBuild.
Fixed makepkg to use $OUTPUT and $TAG.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/openssh-krb5')
-rw-r--r-- | network/openssh-krb5/openssh-krb5.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/network/openssh-krb5/openssh-krb5.SlackBuild b/network/openssh-krb5/openssh-krb5.SlackBuild index 84816de006..6f172f363d 100644 --- a/network/openssh-krb5/openssh-krb5.SlackBuild +++ b/network/openssh-krb5/openssh-krb5.SlackBuild @@ -120,5 +120,4 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $TMP/$PRGNAM-$VERSION-$ARCH-$BUILD.${PKGTYPE:-tgz} - +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |