GNOME Bugzilla – Bug 338147
gimp/desktop/Makefile.am::install-data-hook touches wrong directory
Last modified: 2006-05-24 23:05:24 UTC
Please describe the problem: The install-data-hook in gimp/desktop/Makefile.am currently touches the hicolor icon theme directory, but the way it is done will not work as intended for installations with DESTDIR != / This affects the Gentoo ebuilds for gimp as reported in the downstream bug report at http://bugs.gentoo.org/129281 Steps to reproduce: 1. Install gimp CVS HEAD with DESTDIR=/foo Actual results: The install-data-hook will touch /usr/share/icons/hicolor Expected results: The install-data-hook should touch /foo/usr/share/icons/hicolor Does this happen every time? Yes Other information: Proposed patch coming up.
Created attachment 63269 [details] [review] Proposed patch
Hmm - is the installer component only used for the Windows installer? That wasn't clear to me.
2006-04-11 Manish Singh <yosh@gimp.org> * desktop/Makefile.am: honor $(DESTDIR). Fixes bug #338147. Also some minor cleanups.