summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Heiko Schlichting2018-01-30 17:20:42 +0100
committer Willy Sudiarto Raharjo2018-02-03 00:55:25 +0100
commit7f43729f9f911f8f7a29a769bae30deac5927223 (patch)
treece5b2ed4b67ee07ac55188cc5615fbd034dc529b
parent2cf7fed6db9572bc3f73c59aa9d6fb521832d08f (diff)
downloadslackbuilds-7f43729f9f911f8f7a29a769bae30deac5927223.tar.gz
system/lxrandr: Call makepkg with the full path.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--system/lxrandr/lxrandr.SlackBuild2
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}