summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-16 15:19:18 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-16 15:19:18 +0000
commit7914cb9aabf6927ab4e046bdd386e6b8ad687968 (patch)
tree5a8c8a8e7eefbee413795d8ccb02b9db551a1122 /x11-wm/icewm
parentUpdate (diff)
downloadgentoo-2-7914cb9aabf6927ab4e046bdd386e6b8ad687968.tar.gz
gentoo-2-7914cb9aabf6927ab4e046bdd386e6b8ad687968.tar.bz2
gentoo-2-7914cb9aabf6927ab4e046bdd386e6b8ad687968.zip
Small install fix
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r--x11-wm/icewm/icewm-1.0.8.6.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/icewm/icewm-1.0.8.6.ebuild b/x11-wm/icewm/icewm-1.0.8.6.ebuild
index e503df2849ec..678296e6af48 100644
--- a/x11-wm/icewm/icewm-1.0.8.6.ebuild
+++ b/x11-wm/icewm/icewm-1.0.8.6.ebuild
@@ -9,12 +9,13 @@ HOMEPAGE="www.icewm.org"
DEPEND="virtual/x11"
src_compile(){
- try ./configure --prefix=/usr/X11R6 --sysconfdir=/etc/X11/
+ try ./configure --prefix=/usr/X11R6 --sysconfdir=/etc
try make
}
src_install(){
- try make prefix=${D}/usr/X11R6 DOCDIR=${S}/dummy install
+ try make prefix=${D}/usr/X11R6 DOCDIR=${S}/dummy \
+ sysconfdir=${D}/etc install
exeinto /usr/X11R6/bin/wm
doexe ${FILESDIR}/icewm
dodoc BUGS CHANGES COPYING FAQ PLATFORMS README TODO VERSION