diff options
author | 2001-10-01 00:20:58 +0000 | |
---|---|---|
committer | 2001-10-01 00:20:58 +0000 | |
commit | cdab070b074f4f624eb21aa1e6b15614dcb87f5d (patch) | |
tree | 4708c39ec986d42178849a5edb94621482d8db77 /x11-misc/bbrun | |
parent | welcome the new eclass-howto! (diff) | |
download | historical-cdab070b074f4f624eb21aa1e6b15614dcb87f5d.tar.gz historical-cdab070b074f4f624eb21aa1e6b15614dcb87f5d.tar.bz2 historical-cdab070b074f4f624eb21aa1e6b15614dcb87f5d.zip |
doesn't put multiple entries in bin/wm now, new version of bbkeys as well
Diffstat (limited to 'x11-misc/bbrun')
-rw-r--r-- | x11-misc/bbrun/bbrun-1.1-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-misc/bbrun/bbrun-1.1-r1.ebuild b/x11-misc/bbrun/bbrun-1.1-r1.ebuild index 61542e2afd5a..a247d2a26d80 100644 --- a/x11-misc/bbrun/bbrun-1.1-r1.ebuild +++ b/x11-misc/bbrun/bbrun-1.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Craig Joly <joly@ee.ualberta.ca> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.1-r1.ebuild,v 1.1 2001/08/31 00:18:42 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.1-r1.ebuild,v 1.2 2001/10/01 00:20:58 lordjoe Exp $ S=${WORKDIR}/${P} DESCRIPTION="blackbox program execution dialog box" @@ -31,5 +31,7 @@ src_install () { pkg_postinst() { cd ${ROOT}usr/X11R6/bin/wm + if [ ! "`grep bbrun blackbox`" ] ; then sed -e "s/.*blackbox/exec \/usr\/X11R6\/bin\/bbrun \&\n&/" blackbox | cat > blackbox + fi } |