From e8372ababccb9f845d853c09c0998e4cf310d82c Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 23 Jun 2008 22:11:50 +0000 Subject: Move the binary from sbin to bin ... --- lxde/build/lxterminal.SlackBuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lxde') diff --git a/lxde/build/lxterminal.SlackBuild b/lxde/build/lxterminal.SlackBuild index 072a7c6f..fb496bf1 100755 --- a/lxde/build/lxterminal.SlackBuild +++ b/lxde/build/lxterminal.SlackBuild @@ -168,6 +168,11 @@ else make DESTDIR=$PKG install 2>&1 |tee $OUTPUT/install-${PRGNAM}.log fi +# Don't be silly! +mkdir -p $PKG/usr/bin +mv $PKG/usr/sbin/lxterminal $PKG/usr/bin/ +rmdir $PKG/usr/sbin || true + # Add this to the doinst.sh: ! [ -d $PKG/install ] && mkdir -p $PKG/install cat <> $PKG/install/doinst.sh -- cgit v1.2.3-65-gdbad