diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-15 04:06:00 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-15 04:06:00 +0000 |
commit | 669f8093532a151cf597e65a64d6115ad9b458de (patch) | |
tree | 370e5d7e809c32293c749d996b7690d80979195a /x11-misc/commonbox-utils | |
parent | add gnome and kde menus to *box, if available (diff) | |
download | gentoo-2-669f8093532a151cf597e65a64d6115ad9b458de.tar.gz gentoo-2-669f8093532a151cf597e65a64d6115ad9b458de.tar.bz2 gentoo-2-669f8093532a151cf597e65a64d6115ad9b458de.zip |
make menu file part of the commonbox package
Diffstat (limited to 'x11-misc/commonbox-utils')
-rw-r--r-- | x11-misc/commonbox-utils/commonbox-utils-0.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/commonbox-utils/commonbox-utils-0.1.ebuild b/x11-misc/commonbox-utils/commonbox-utils-0.1.ebuild index b9f907003637..30b87ffc2527 100644 --- a/x11-misc/commonbox-utils/commonbox-utils-0.1.ebuild +++ b/x11-misc/commonbox-utils/commonbox-utils-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-misc/commonbox-utils/commonbox-utils-0.1.ebuild,v 1.2 2002/07/15 04:02:50 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/commonbox-utils/commonbox-utils-0.1.ebuild,v 1.3 2002/07/15 04:06:00 seemant Exp $ S=${WORKDIR} DESCRIPTION="Common utilities for flux|black|open(box). Provides bsetroot, bsetbg, and commonbox-menugen." @@ -26,6 +26,7 @@ src_install () { doman bsetroot.1 bsetbg.1 dodir /usr/share/commonbox + commonbox-menugen -kg -o ${D}/usr/share/commonbox/menu } |