From 7f43729f9f911f8f7a29a769bae30deac5927223 Mon Sep 17 00:00:00 2001 From: Heiko Schlichting Date: Tue, 30 Jan 2018 17:20:42 +0100 Subject: system/lxrandr: Call makepkg with the full path. Signed-off-by: Matteo Bernardini --- system/lxrandr/lxrandr.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') 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} -- cgit v1.2.3