diff options
author | Heiko Schlichting <rundstutzen@gmx.de> | 2018-01-30 17:18:50 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-03 06:55:25 +0700 |
commit | 6ba3e533827212a544b1ad03ab54e96890b69eda (patch) | |
tree | 552ddb3d1a6ed495c299bd179de8cfc6cafbf427 /desktop | |
parent | f00b22e33a7e299965dc30683d4e15890313dfa6 (diff) | |
download | slackbuilds-6ba3e533827212a544b1ad03ab54e96890b69eda.tar.gz |
desktop/lxlauncher: Call makepkg with the full path.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/lxlauncher/lxlauncher.SlackBuild | 2 |
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} |