public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] How to fix pathnames in .ebuilds
@ 2003-07-10 12:16 Martin Lesser
  2003-07-10 12:40 ` Alastair Tse
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Lesser @ 2003-07-10 12:16 UTC (permalink / raw
  To: gentoo-dev

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-07-12 22:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-10 12:16 [gentoo-dev] How to fix pathnames in .ebuilds Martin Lesser
2003-07-10 12:40 ` Alastair Tse
2003-07-10 16:31   ` Martin Lesser
2003-07-11  5:40     ` Patrick Kursawe
2003-07-11  9:16       ` Paul de Vrieze
2003-07-12 22:40   ` Stanislav Brabec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox