diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 02:55:58 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 02:55:58 +0000 |
commit | f5092e850ccaef5870c2e598e784a6d16076d6b7 (patch) | |
tree | 96a67e5031a1ecb79e00bc414a6718c55cdb8488 /x11-wm/pwm/pwm-1.0.20010309.ebuild | |
parent | Stable on sparc, added ~mips (Manifest recommit) (diff) | |
download | gentoo-2-f5092e850ccaef5870c2e598e784a6d16076d6b7.tar.gz gentoo-2-f5092e850ccaef5870c2e598e784a6d16076d6b7.tar.bz2 gentoo-2-f5092e850ccaef5870c2e598e784a6d16076d6b7.zip |
QA - fix use invocation
Diffstat (limited to 'x11-wm/pwm/pwm-1.0.20010309.ebuild')
-rw-r--r-- | x11-wm/pwm/pwm-1.0.20010309.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/pwm/pwm-1.0.20010309.ebuild b/x11-wm/pwm/pwm-1.0.20010309.ebuild index 46bb4cf2d213..ca510d6732eb 100644 --- a/x11-wm/pwm/pwm-1.0.20010309.ebuild +++ b/x11-wm/pwm/pwm-1.0.20010309.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/pwm/pwm-1.0.20010309.ebuild,v 1.14 2004/06/24 23:44:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/pwm/pwm-1.0.20010309.ebuild,v 1.15 2004/06/28 02:54:34 agriffis Exp $ NPV=20010309 S=${WORKDIR}/pwm-${NPV} @@ -47,7 +47,7 @@ src_install() { ETCDIR=${D}/etc/X11 \ install || die - if [ "`use gnome`" ] + if use gnome then insinto /usr/share/gnome/wm-properties doins support/PWM.desktop |