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 625876 - tapset installdir duplicates DESTDIR
tapset installdir duplicates DESTDIR
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2010-08-02 21:36 UTC by Mark Wielaard
Modified: 2010-08-03 12:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix to remove extra DESTDIR from tapsetdir (1.07 KB, application/octet-stream)
2010-08-02 21:36 UTC, Mark Wielaard
Details

Description Mark Wielaard 2010-08-02 21:36:23 UTC
Created attachment 167017 [details]
Fix to remove extra DESTDIR from tapsetdir

gobject/Makefile.am and glib/Makefile.am define tapsetdir as $(DESTDIR)@ABS_TAPSET_DIR@. That will duplicate DESTDIR (if given) on install since automake will add it for the data install targets already (as can be seen in the generated Makefile.in)