From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19670 invoked by uid 1002); 10 Jul 2003 12:20:23 -0000 Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Received: (qmail 23742 invoked from network); 10 Jul 2003 12:20:23 -0000 To: gentoo-dev@gentoo.org X-URL: X-Face: "d[&>8')a)wbF:+L#^<_cohnX6#m5RCCeKF/6_gD(iQ9bX?xe2~Aq*!')D(1ks`?YhomOYbL3R:{4e4a]qft_]<.q/Lf4hIr,`G+LX33&TYp}XGfe~^5m$28R"$C(EwnB\n8t From: Martin Lesser Date: 10 Jul 2003 14:16:06 +0200 Message-ID: <873cheefw9.fsf@kirk.better-com.de> User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Portable Code) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [gentoo-dev] How to fix pathnames in .ebuilds X-Archives-Salt: fa62f529-3985-4f3d-be43-07a2d808279a X-Archives-Hash: 43e40becb490f94e2f7c280d44e487e7 I try to create an ebuild for ghfaxviewer and have some problems with an absolute path (/usr/share/pixmaps) in the Makefile which result in 'access violation' errors. econf() replaces --datadir with /usr/share. When einstall() is called --datadir is changed to ${D}/usr/share but the depending PIXMAPS_DIR is not changed to ${D}/usr/share/pixmaps cause it was written to the Makefiles in the configure step before. What's the recommended and simplest way to fix such issues? The ebuild HOWTO did not help me and also the hints in the forums could not help me. Martin -- gentoo-dev@gentoo.org mailing list