diff options
author | 2004-06-17 18:41:38 +0000 | |
---|---|---|
committer | 2004-06-17 18:41:38 +0000 | |
commit | 29b50304c427be5721997ba9cf12a0d5759868c1 (patch) | |
tree | 339eca22fa72c187e3ed5e861e9609ef73ea69a2 /net-www | |
parent | fix arm KEYWORDS (diff) | |
download | gentoo-2-29b50304c427be5721997ba9cf12a0d5759868c1.tar.gz gentoo-2-29b50304c427be5721997ba9cf12a0d5759868c1.tar.bz2 gentoo-2-29b50304c427be5721997ba9cf12a0d5759868c1.zip |
fixed the installation directory
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/straw/straw-0.23.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-www/straw/straw-0.23.ebuild b/net-www/straw/straw-0.23.ebuild index 7fd856913ce6..3b84d0434984 100644 --- a/net-www/straw/straw-0.23.ebuild +++ b/net-www/straw/straw-0.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/straw/straw-0.23.ebuild,v 1.1 2004/06/08 19:43:43 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/straw/straw-0.23.ebuild,v 1.2 2004/06/17 18:41:38 pylon Exp $ inherit gnome2 python distutils @@ -39,8 +39,8 @@ pkg_setup() { src_install() { distutils_src_install \ - --prefix=${D}/usr \ - --sysconfdir=${D}/etc \ + --prefix=/usr \ + --sysconfdir=/etc \ --disable-schemas-install } |