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