diff options
Diffstat (limited to 'ham/cwdaemon')
-rw-r--r-- | ham/cwdaemon/cwdaemon.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ham/cwdaemon/cwdaemon.SlackBuild b/ham/cwdaemon/cwdaemon.SlackBuild index 751eb2bd50..2e6a1066d5 100644 --- a/ham/cwdaemon/cwdaemon.SlackBuild +++ b/ham/cwdaemon/cwdaemon.SlackBuild @@ -96,4 +96,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${PKGTYPE:-.tgz} +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |