summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Heiko Schlichting <rundstutzen@gmx.de>2018-01-30 17:21:08 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-02-03 06:55:25 +0700
commit22c7d119bf213926513a59e6297dc30558400415 (patch)
tree10b6d82549e492732c5230c2c07c428a050fef9e /system
parent7f43729f9f911f8f7a29a769bae30deac5927223 (diff)
downloadslackbuilds-22c7d119bf213926513a59e6297dc30558400415.tar.gz
slackbuilds-22c7d119bf213926513a59e6297dc30558400415.tar.xz
system/lxsession: Call makepkg with the full path.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/lxsession/lxsession.SlackBuild2
1 files changed, 1 insertions, 1 deletions
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}