Uninstall script involves DESTDIR
Bug #579638 reported by
Luke-Jr
This bug report is a duplicate of:
Bug #536677: uninstall scrip magic broken for newer automake versions.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Armagetron Advanced |
Triaged
|
Medium
|
Unassigned |
Bug Description
"Prepending the variable DESTDIR to each target in this way provides for staged installs, where the installed files are not placed directly into their expected location but are instead copied into a temporary location (DESTDIR). However, installed files maintain their relative directory structure and any embedded file names will not be modified."
The installed 'uninstall' script tries to do weird stuff with DESTDIR. It shouldn't change based on this variable's value.
Changed in armagetronad: | |
status: | Confirmed → Triaged |
To post a comment you must log in.
attached is make install output (fail because of same bug)
(gentoo stable x86)