diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-01 15:20:59 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-01 15:20:59 +0000 |
commit | e5c0b38c77c6214fde259b2ee9f9835a26f2e032 (patch) | |
tree | 2392be94dc89012bd73fdb60110a398016ccefee /x11-libs | |
parent | removed blank lines (diff) | |
download | gentoo-2-e5c0b38c77c6214fde259b2ee9f9835a26f2e032.tar.gz gentoo-2-e5c0b38c77c6214fde259b2ee9f9835a26f2e032.tar.bz2 gentoo-2-e5c0b38c77c6214fde259b2ee9f9835a26f2e032.zip |
another small fix
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/lesstif/lesstif-0.93.91.ebuild | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/x11-libs/lesstif/lesstif-0.93.91.ebuild b/x11-libs/lesstif/lesstif-0.93.91.ebuild index 7bb32b4c01cc..307579da8913 100644 --- a/x11-libs/lesstif/lesstif-0.93.91.ebuild +++ b/x11-libs/lesstif/lesstif-0.93.91.ebuild @@ -17,11 +17,6 @@ DEPEND="virtual/glibc src_compile() { elibtoolize - einfo "Fixing Mwm app-defaults path" - sed -i -e 's:$(libdir)/X11/app-defaults:$(sysconfdir)/X11/app-defaults:' clients/Motif-1.2/mwm/Makefile.in - sed -i -e 's:$(libdir)/X11/app-defaults:$(sysconfdir)/X11/app-defaults:' clients/Motif-1.2/mwm/Makefile.am - sed -i -e 's:usr/X11R6/lib/X11/app-defaults/Mwm:etc/X11/app-defaults/Mwm' doc/lessdox/clients/mwm.1 - econf \ --enable-build-12 \ --disable-build-20 \ @@ -98,5 +93,4 @@ src_install() { rm -fR ${D}/usr/lib/LessTif rm -fR ${D}/usr/lib/X11 rm -f ${D}/bin/mxmkmf-1.2 - rm -fR ${D}/etc } |