summaryrefslogtreecommitdiffstats
path: root/desktop/lxlauncher
diff options
context:
space:
mode:
author Heiko Schlichting2018-01-30 17:18:50 +0100
committer Willy Sudiarto Raharjo2018-02-03 00:55:25 +0100
commit6ba3e533827212a544b1ad03ab54e96890b69eda (patch)
tree552ddb3d1a6ed495c299bd179de8cfc6cafbf427 /desktop/lxlauncher
parentf00b22e33a7e299965dc30683d4e15890313dfa6 (diff)
downloadslackbuilds-6ba3e533827212a544b1ad03ab54e96890b69eda.tar.gz
desktop/lxlauncher: Call makepkg with the full path.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/lxlauncher')
-rw-r--r--desktop/lxlauncher/lxlauncher.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/lxlauncher/lxlauncher.SlackBuild b/desktop/lxlauncher/lxlauncher.SlackBuild
index 5afdeb1d24..3f008df931 100644
--- a/desktop/lxlauncher/lxlauncher.SlackBuild
+++ b/desktop/lxlauncher/lxlauncher.SlackBuild
@@ -137,4 +137,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}