diff options
author | Erik Hanson <erik@slackbuilds.org> | 2011-12-28 15:32:48 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-31 00:24:41 -0600 |
commit | 75f510a67dbacfcdec4ab42668ae931c4f08fecc (patch) | |
tree | 41a0d646f74b2612cf9b52d97143108f09f6d85b /system/lxterminal | |
parent | cdc48a6c2a87765c16f1d387037093dd5be56b9b (diff) |
system/lxterminal: Fix makepkg path
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/lxterminal')
-rw-r--r-- | system/lxterminal/lxterminal.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/lxterminal/lxterminal.SlackBuild b/system/lxterminal/lxterminal.SlackBuild index 9b64b7af78ec..976d6cd62704 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} |