summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-26 11:16:51 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-26 11:16:51 +0000
commitc65aa0e0713500b031986af7a6e8d0ba0172107d (patch)
tree0d133b897e2a715505e61678e0befa66cc316558 /x11-misc/commonbox-utils
parentForgot to update the ChangeLog. (diff)
downloadgentoo-2-c65aa0e0713500b031986af7a6e8d0ba0172107d.tar.gz
gentoo-2-c65aa0e0713500b031986af7a6e8d0ba0172107d.tar.bz2
gentoo-2-c65aa0e0713500b031986af7a6e8d0ba0172107d.zip
Small fix0rs
Diffstat (limited to 'x11-misc/commonbox-utils')
-rw-r--r--x11-misc/commonbox-utils/commonbox-utils-0.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/commonbox-utils/commonbox-utils-0.2.ebuild b/x11-misc/commonbox-utils/commonbox-utils-0.2.ebuild
index 73d70297a1d5..267e1f1b0649 100644
--- a/x11-misc/commonbox-utils/commonbox-utils-0.2.ebuild
+++ b/x11-misc/commonbox-utils/commonbox-utils-0.2.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.2.ebuild,v 1.1 2002/08/17 06:22:15 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/commonbox-utils/commonbox-utils-0.2.ebuild,v 1.2 2002/08/26 11:16:51 seemant Exp $
S=${WORKDIR}/${PN}
DESCRIPTION="Common utilities for flux|black|open(box). Provides bsetroot, bsetbg, and commonbox-menugen."
@@ -26,7 +26,7 @@ src_install () {
doman bsetroot.1 bsetbg.1
dodir /usr/share/commonbox
- commonbox-menugen -kg -o ${D}/usr/share/commonbox/menu
+ ${D}/usr/bin/commonbox-menugen -kg -o ${D}/usr/share/commonbox/menu
}