MikeBland / eepe

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

make instll does not respect DESTDIR= #142

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.download source
2.qmake;make
3.make DESTDIR=/blah/blah/blah install or make install DESTDIR=/blah/blah/blah

What is the expected output? What do you see instead?
I want the install files put into the /blah/blah/blah directory so they can be 
packaged up to be used by a distribution. 

What version of the product are you using? On what operating system?
eepe rev 392
Tiny Core Linux
Please provide any additional information below.
I was thinking this was a QT thing but companion9x properly observed the 
DESTDIR.  I was able to work around the issue by patching src/eepe.pro and 
hardcoding my destination

Original issue reported on code.google.com by randyper...@gmail.com on 16 Feb 2014 at 7:15