From 22c7d119bf213926513a59e6297dc30558400415 Mon Sep 17 00:00:00 2001 From: Heiko Schlichting Date: Tue, 30 Jan 2018 17:21:08 +0100 Subject: system/lxsession: Call makepkg with the full path. Signed-off-by: Matteo Bernardini --- system/lxsession/lxsession.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/lxsession/lxsession.SlackBuild b/system/lxsession/lxsession.SlackBuild index 0e9e17dc28..0ef1451c54 100644 --- a/system/lxsession/lxsession.SlackBuild +++ b/system/lxsession/lxsession.SlackBuild @@ -148,4 +148,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