diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-11-04 17:30:55 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-11-04 17:30:55 +0000 |
commit | aeb99e8fb0bde531a01c8d5f41c36b17444d057b (patch) | |
tree | 06a4340f6324e23bc6126dbfd63b06b0e3abb75c /x11-themes | |
parent | initial (diff) | |
download | historical-aeb99e8fb0bde531a01c8d5f41c36b17444d057b.tar.gz historical-aeb99e8fb0bde531a01c8d5f41c36b17444d057b.tar.bz2 historical-aeb99e8fb0bde531a01c8d5f41c36b17444d057b.zip |
syntax fixes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/redhat-artwork/redhat-artwork-0.39.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/redhat-artwork/redhat-artwork-0.39.ebuild b/x11-themes/redhat-artwork/redhat-artwork-0.39.ebuild index 2f7c932a9909..e46e8adfaac2 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-0.39.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-0.39.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.39.ebuild,v 1.7 2002/10/22 15:45:01 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.39.ebuild,v 1.8 2002/11/04 17:30:55 seemant Exp $ IUSE="kde" @@ -102,7 +102,7 @@ src_install () { make DESTDIR=${D} install || die use kde && ( - mkdir -p ${D}/${KDEDIR}/share + dodir ${KDEDIR}/share mv ${D}/usr/share/apps ${D}/${KDEDIR}/share/apps mv ${D}/usr/share/icons ${D}/${KDEDIR}/share/icons |