diff options
author | Joe Bormolini <lordjoe@gentoo.org> | 2001-10-01 00:20:58 +0000 |
---|---|---|
committer | Joe Bormolini <lordjoe@gentoo.org> | 2001-10-01 00:20:58 +0000 |
commit | cdab070b074f4f624eb21aa1e6b15614dcb87f5d (patch) | |
tree | 4708c39ec986d42178849a5edb94621482d8db77 /x11-misc/bbppp | |
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/bbppp')
-rw-r--r-- | x11-misc/bbppp/bbppp-0.2.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-misc/bbppp/bbppp-0.2.2.ebuild b/x11-misc/bbppp/bbppp-0.2.2.ebuild index de34c0294362..5ac3cf8a2fb8 100644 --- a/x11-misc/bbppp/bbppp-0.2.2.ebuild +++ b/x11-misc/bbppp/bbppp-0.2.2.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 Joe Bormolini <lordjoe@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.2.ebuild,v 1.1 2001/08/31 01:52:26 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.2.ebuild,v 1.2 2001/10/01 00:20:58 lordjoe Exp $ S=${WORKDIR}/${P} DESCRIPTION="blackbox ppp frontend/monitor" @@ -22,5 +22,7 @@ src_install () { pkg_postinst() { cd ${ROOT}usr/X11R6/bin/wm + if [ ! "`grep bbppp blackbox`" ] ; then sed -e "s/.*blackbox/exec \/usr\/X11R6\/bin\/bbppp \&\n&/" blackbox | cat > blackbox + fi } |