google-code-export / gpick

Automatically exported from code.google.com/p/gpick
2 stars 0 forks source link

SConscript handles DESTDIR in a nonstandard way #109

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The SConscript file uses the DESTDIR variable in a nonstandard way. The normal 
way this variable is used is that it is prepended to the prefix for install and 
uninstall operations. The default value for DESTDIR would be the empty string. 
See:

http://www.gnu.org/prep/standards/html_node/DESTDIR.html

But gpick's SConscript uses DESTDIR *instead of* prefix; it expects DESTDIR to 
end with the prefix.

Original issue reported on code.google.com by ryandesi...@gmail.com on 19 Dec 2013 at 12:20

GoogleCodeExporter commented 9 years ago
Please try attached patch.

Original comment by thezbyg on 19 Dec 2013 at 8:45

Attachments: