diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-04-02 21:42:42 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-04-02 21:42:42 +0000 |
commit | d6f3f219ee03ec1e73e7e36b8c5789ccb650d12e (patch) | |
tree | 1d3199203005d97643a3413dbbc3a78360f64a46 | |
parent | version bump (diff) | |
download | historical-d6f3f219ee03ec1e73e7e36b8c5789ccb650d12e.tar.gz historical-d6f3f219ee03ec1e73e7e36b8c5789ccb650d12e.tar.bz2 historical-d6f3f219ee03ec1e73e7e36b8c5789ccb650d12e.zip |
fix conf file locations
-rw-r--r-- | x11-misc/wdm/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/wdm/wdm-1.22.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-misc/wdm/ChangeLog b/x11-misc/wdm/ChangeLog index 8cab0a3db7de..0304f76c5465 100644 --- a/x11-misc/wdm/ChangeLog +++ b/x11-misc/wdm/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for x11-misc/wdm # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/ChangeLog,v 1.1 2003/02/19 07:14:55 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/ChangeLog,v 1.2 2003/04/02 21:42:42 liquidx Exp $ *wdm-1.22 (19 Feb 2003) + 02 Apr 2003; Alastair Tse <liquidx@gentoo.org> wdm-1.22.ebuild: + place config files in /etc/X11/wdm. fixes #18168. + 19 Feb 2003; Brad Cowan <bcowan@gentoo.org> wdm-1.22.ebuild, ChangeLog, files/digest-wdm-1.22, wdm : Initial import. Ebuild submitted by Don Seiler <don@seiler.us>. -
\ No newline at end of file + diff --git a/x11-misc/wdm/wdm-1.22.ebuild b/x11-misc/wdm/wdm-1.22.ebuild index de576939c05d..625413ceba8c 100644 --- a/x11-misc/wdm/wdm-1.22.ebuild +++ b/x11-misc/wdm/wdm-1.22.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-misc/wdm/wdm-1.22.ebuild,v 1.1 2003/02/19 07:14:55 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/wdm-1.22.ebuild,v 1.2 2003/04/02 21:42:42 liquidx Exp $ IUSE="truetype pam png jpeg gif tiff" DESCRIPTION="WINGs Display Manager" @@ -15,6 +15,7 @@ RDEPEND=">=x11-wm/WindowMaker-0.65.1" DEPEND="${RDEPEND} virtual/x11 + sys-devel/gettext truetype? ( x11-libs/xft )" src_compile() { @@ -27,6 +28,7 @@ src_compile() { econf \ --exec-prefix=/usr \ + --with-wdmdir=/etc/X11/wdm \ ${myconf} || die emake || die |