diff options
author | B. Watson <urchlay@slackware.uk> | 2023-02-13 15:21:02 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:06:54 +0700 |
commit | 25ded734191e2965826e85523be48b2faab80fe7 (patch) | |
tree | d5757a41a16f5ba3f4ab9075a066dc18eb7c6eec /office/ghostwriter | |
parent | bcb54679dc8323becf29eac2010f1ff150c84d5e (diff) |
office/ghostwriter: Fix makepkg command.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/ghostwriter')
-rw-r--r-- | office/ghostwriter/ghostwriter.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/ghostwriter/ghostwriter.SlackBuild b/office/ghostwriter/ghostwriter.SlackBuild index c8c3ef1920719..4a94191878584 100644 --- a/office/ghostwriter/ghostwriter.SlackBuild +++ b/office/ghostwriter/ghostwriter.SlackBuild @@ -104,4 +104,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-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE |