diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-04 07:07:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-04 07:07:30 +0000 |
commit | 117f5505aa6c5e9f3beed229e826f79535b27bda (patch) | |
tree | 5ac933668caf2b20a950ad436e95e5eca1039766 /x11-themes/fvwm_icons | |
parent | header fix (diff) | |
download | historical-117f5505aa6c5e9f3beed229e826f79535b27bda.tar.gz historical-117f5505aa6c5e9f3beed229e826f79535b27bda.tar.bz2 historical-117f5505aa6c5e9f3beed229e826f79535b27bda.zip |
header fix; whitespace cleanup
Diffstat (limited to 'x11-themes/fvwm_icons')
-rw-r--r-- | x11-themes/fvwm_icons/Manifest | 2 | ||||
-rw-r--r-- | x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-themes/fvwm_icons/Manifest b/x11-themes/fvwm_icons/Manifest index 0b5e3783e75e..4856c9da5af3 100644 --- a/x11-themes/fvwm_icons/Manifest +++ b/x11-themes/fvwm_icons/Manifest @@ -1,3 +1,3 @@ -MD5 01c5007e540c69521d93e5f476bfa8ad fvwm_icons-1.0.ebuild 590 MD5 4e0332dc63955ae2d1df43d4553f3a61 ChangeLog 786 +MD5 6406de880c2a7bbdd8a5a9daf6797390 fvwm_icons-1.0.ebuild 573 MD5 edec3e02f6e188d050609c97eacea16c files/digest-fvwm_icons-1.0 63 diff --git a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild index dde277560801..2dbd917b1bb1 100644 --- a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild +++ b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild,v 1.4 2003/09/01 17:51:53 taviso Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild,v 1.5 2003/09/04 07:07:28 msterret Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Icons for use with FVWM" @@ -13,7 +13,7 @@ SLOT="0" LICENSE="GPL-2 FVWM" src_install () { - dodir /usr/share/icons/fvwm - insinto /usr/share/icons/fvwm - doins ${S}/* + dodir /usr/share/icons/fvwm + insinto /usr/share/icons/fvwm + doins ${S}/* } |