diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 23:18:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 23:18:22 +0000 |
commit | b2c247e65f90ea689d3df4dc8b4f6d8050d299bc (patch) | |
tree | db85c497c7351e555ccd5cd56605f3d6600f79a4 /x11-misc/commonbox-utils/commonbox-utils-0.3.ebuild | |
parent | header fix (diff) | |
download | historical-b2c247e65f90ea689d3df4dc8b4f6d8050d299bc.tar.gz historical-b2c247e65f90ea689d3df4dc8b4f6d8050d299bc.tar.bz2 historical-b2c247e65f90ea689d3df4dc8b4f6d8050d299bc.zip |
whitespace cleanup
Diffstat (limited to 'x11-misc/commonbox-utils/commonbox-utils-0.3.ebuild')
-rw-r--r-- | x11-misc/commonbox-utils/commonbox-utils-0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/commonbox-utils/commonbox-utils-0.3.ebuild b/x11-misc/commonbox-utils/commonbox-utils-0.3.ebuild index ade40def7022..529079cebc78 100644 --- a/x11-misc/commonbox-utils/commonbox-utils-0.3.ebuild +++ b/x11-misc/commonbox-utils/commonbox-utils-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/commonbox-utils/commonbox-utils-0.3.ebuild,v 1.7 2003/06/12 22:19:31 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/commonbox-utils/commonbox-utils-0.3.ebuild,v 1.8 2003/09/05 23:18:18 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Common utilities for fluxbox, blackbox, and openbox" @@ -27,7 +27,7 @@ src_install () { dobin ${S}/util/bsetbg ${S}/util/bsetroot ${S}/util/commonbox-menugen ${S}/util/commonbox-imagebgmenugen dodoc README.commonbox-utils AUTHORS COPYING doman bsetroot.1 bsetbg.1 - + insinto /usr/share/commonbox doins ${S}/solidbgmenu } |