summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Heiko Schlichting2018-01-30 17:18:18 +0100
committer Willy Sudiarto Raharjo2018-02-03 00:55:24 +0100
commitf00b22e33a7e299965dc30683d4e15890313dfa6 (patch)
tree8b5c2c81efde4cc4648f4d0ff2fbb97083a008de
parent5ccdf563cdea099fd1f1019d39c4e5c010c0a11e (diff)
downloadslackbuilds-f00b22e33a7e299965dc30683d4e15890313dfa6.tar.gz
desktop/lxde-common: Call makepkg with the full path.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--desktop/lxde-common/lxde-common.SlackBuild2
1 files changed, 1 insertions, 1 deletions
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}