summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Heiko Schlichting2018-01-30 17:21:33 +0100
committer Willy Sudiarto Raharjo2018-02-03 00:55:25 +0100
commit70a0d01938d89c05acd86d0f28a1abc29230ac8b (patch)
tree1c25d592f489610a6d60f58d551263c66ca386e4
parent22c7d119bf213926513a59e6297dc30558400415 (diff)
downloadslackbuilds-70a0d01938d89c05acd86d0f28a1abc29230ac8b.tar.gz
system/lxtask: Call makepkg with the full path.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--system/lxtask/lxtask.SlackBuild2
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}