From 70a0d01938d89c05acd86d0f28a1abc29230ac8b Mon Sep 17 00:00:00 2001 From: Heiko Schlichting Date: Tue, 30 Jan 2018 17:21:33 +0100 Subject: system/lxtask: Call makepkg with the full path. Signed-off-by: Matteo Bernardini --- system/lxtask/lxtask.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/lxtask') 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} -- cgit v1.2.3-65-gdbad