From f00b22e33a7e299965dc30683d4e15890313dfa6 Mon Sep 17 00:00:00 2001 From: Heiko Schlichting Date: Tue, 30 Jan 2018 17:18:18 +0100 Subject: desktop/lxde-common: Call makepkg with the full path. Signed-off-by: Matteo Bernardini --- desktop/lxde-common/lxde-common.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/lxde-common/lxde-common.SlackBuild b/desktop/lxde-common/lxde-common.SlackBuild index 1d34cc4db4..b5fce71190 100644 --- a/desktop/lxde-common/lxde-common.SlackBuild +++ b/desktop/lxde-common/lxde-common.SlackBuild @@ -185,4 +185,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