diff options
author | Heiko Schlichting <rundstutzen@gmx.de> | 2018-01-30 17:20:42 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-03 06:55:25 +0700 |
commit | 7f43729f9f911f8f7a29a769bae30deac5927223 (patch) | |
tree | ce5b2ed4b67ee07ac55188cc5615fbd034dc529b /system/lxrandr/lxrandr.SlackBuild | |
parent | 2cf7fed6db9572bc3f73c59aa9d6fb521832d08f (diff) | |
download | slackbuilds-7f43729f9f911f8f7a29a769bae30deac5927223.tar.gz |
system/lxrandr: Call makepkg with the full path.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/lxrandr/lxrandr.SlackBuild')
-rw-r--r-- | system/lxrandr/lxrandr.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/lxrandr/lxrandr.SlackBuild b/system/lxrandr/lxrandr.SlackBuild index 75a1d6c168..bc67a0f2fb 100644 --- a/system/lxrandr/lxrandr.SlackBuild +++ b/system/lxrandr/lxrandr.SlackBuild @@ -133,4 +133,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} |