memory martian: RPM-related Makefile bug
Brought to you by:
t-1000
The /data/ Makefile has a bug where it tries to set permissions, but it ignores the standard variable DESTDIR which is required for RPM building.
Here's an example of how RPM invokes the installation:
make install DESTDIR=/var/tmp/martian-1.2003-1fc6-root-andrewz
Logged In: YES
user_id=500759
Originator: YES
patch attached
File Added: martian-datadir.patch
fixes the bug