summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Erik Hanson2011-12-28 22:32:48 +0100
committer Robby Workman2011-12-31 07:24:41 +0100
commit75f510a67dbacfcdec4ab42668ae931c4f08fecc (patch)
tree41a0d646f74b2612cf9b52d97143108f09f6d85b /system
parentcdc48a6c2a87765c16f1d387037093dd5be56b9b (diff)
downloadslackbuilds-75f510a67dbacfcdec4ab42668ae931c4f08fecc.tar.gz
system/lxterminal: Fix makepkg path
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/lxterminal/lxterminal.SlackBuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/system/lxterminal/lxterminal.SlackBuild b/system/lxterminal/lxterminal.SlackBuild
index 9b64b7af78..976d6cd627 100644
--- a/system/lxterminal/lxterminal.SlackBuild
+++ b/system/lxterminal/lxterminal.SlackBuild
@@ -136,5 +136,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}