After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 659124 - Do not use $(DESTDIR) when linking figures
Do not use $(DESTDIR) when linking figures
Status: RESOLVED FIXED
Product: yelp-tools
Classification: Core
Component: yelp.m4
git master
Other Linux
: Normal normal
: ---
Assigned To: Yelp maintainers
Yelp maintainers
: 658516 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-09-15 05:51 UTC by Vincent Untz
Modified: 2011-09-15 12:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't use DESTDIR for linking (1.18 KB, patch)
2011-09-15 05:52 UTC, Vincent Untz
none Details | Review

Description Vincent Untz 2011-09-15 05:51:43 UTC
The use of $(DESTDIR) when creating links is wrong, as we don't want $(DESTDIR) to be in the target link -- $(DESTDIR) is really used for packaging, and $(DESTDIR) is then used as a temporary root which should not be referenced in the files.
Comment 1 Vincent Untz 2011-09-15 05:52:52 UTC
Created attachment 196589 [details] [review]
Don't use DESTDIR for linking
Comment 2 Shaun McCance 2011-09-15 12:09:00 UTC
Right, sorry. Pushed to master.
Comment 3 Matthias Clasen 2011-09-15 12:17:58 UTC
*** Bug 658516 has been marked as a duplicate of this bug. ***