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/bbmail | |
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/bbmail')
-rw-r--r-- | x11-misc/bbmail/bbmail-0.6.11.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-misc/bbmail/bbmail-0.6.11.ebuild b/x11-misc/bbmail/bbmail-0.6.11.ebuild index 4374549a9f65..2c7404d56bba 100644 --- a/x11-misc/bbmail/bbmail-0.6.11.ebuild +++ b/x11-misc/bbmail/bbmail-0.6.11.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/bbmail/bbmail-0.6.11.ebuild,v 1.1 2001/08/31 01:35:19 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.6.11.ebuild,v 1.2 2001/10/01 00:20:58 lordjoe Exp $ S=${WORKDIR}/${P} DESCRIPTION="blackbox mail notification, patched for maildir" @@ -29,5 +29,7 @@ src_install () { pkg_postinst() { cd ${ROOT}usr/X11R6/bin/wm + if [ ! "`grep bbmail blackbox`" ] ; then sed -e "s/.*blackbox/exec \/usr\/X11R6\/bin\/bbmail \&\n&/" blackbox | cat > blackbox + fi } |