diff options
author | Heiko Schlichting <rundstutzen@gmx.de> | 2018-01-30 17:21:33 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-03 06:55:25 +0700 |
commit | 70a0d01938d89c05acd86d0f28a1abc29230ac8b (patch) | |
tree | 1c25d592f489610a6d60f58d551263c66ca386e4 /system/lxtask | |
parent | 22c7d119bf213926513a59e6297dc30558400415 (diff) | |
download | slackbuilds-70a0d01938d89c05acd86d0f28a1abc29230ac8b.tar.gz |
system/lxtask: Call makepkg with the full path.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/lxtask')
-rw-r--r-- | system/lxtask/lxtask.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/lxtask/lxtask.SlackBuild b/system/lxtask/lxtask.SlackBuild index ee2bbe5436..f03c48581b 100644 --- a/system/lxtask/lxtask.SlackBuild +++ b/system/lxtask/lxtask.SlackBuild @@ -134,4 +134,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG -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} |