[DVDnav-discuss] [PATCH] Packaging failure
John Stebbins
stebbins at jetheaddev.com
Fri Aug 28 20:01:24 CEST 2009
Some package tools run configure as fakeroot. This triggers code in
configure.ac that detects uid 0 to hardcode the installation path of the
m4 macros to the system aclocal macro dir. This ignores any DESTDIR the
packaging tools may have set and installation fails since it attempts to
write to a system dir without proper permissions. These patches
maintain the current behaviour if uid==0 && DESTDIR is empty.
Otherwise, DESTDIR and the regular datadir path are used.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dvdnav-aclocal.diff
Type: text/x-patch
Size: 890 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/dvdnav-discuss/attachments/20090828/d918856d/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dvdread-aclocal.diff
Type: text/x-patch
Size: 898 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/dvdnav-discuss/attachments/20090828/d918856d/attachment-0001.bin>
More information about the DVDnav-discuss
mailing list