diff options
author | 2003-10-09 19:19:13 +0000 | |
---|---|---|
committer | 2003-10-09 19:19:13 +0000 | |
commit | 7cece47c02cfbb8b0bf7f431d75784dd659302d5 (patch) | |
tree | feb62aafb35c90a0e81d32280092494796128397 /x11-misc/commonbox-utils | |
parent | commented out hardened-gcc flags (diff) | |
download | gentoo-2-7cece47c02cfbb8b0bf7f431d75784dd659302d5.tar.gz gentoo-2-7cece47c02cfbb8b0bf7f431d75784dd659302d5.tar.bz2 gentoo-2-7cece47c02cfbb8b0bf7f431d75784dd659302d5.zip |
ugh
Diffstat (limited to 'x11-misc/commonbox-utils')
-rw-r--r-- | x11-misc/commonbox-utils/commonbox-utils-0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/commonbox-utils/commonbox-utils-0.5.ebuild b/x11-misc/commonbox-utils/commonbox-utils-0.5.ebuild index 8d5cfac4af42..9eb70f4fb18d 100644 --- a/x11-misc/commonbox-utils/commonbox-utils-0.5.ebuild +++ b/x11-misc/commonbox-utils/commonbox-utils-0.5.ebuild @@ -14,7 +14,7 @@ DEPEND="media-gfx/feh" RDEPEND="virtual/x11" src_install() { - dobin util/{fbsetbg,commonbox-menugen} + dobin {fbsetbg,commonbox-menugen} dodoc README.commonbox-utils AUTHORS COPYING } |