GNOME Bugzilla – Bug 642494
gegl installs html docs into $DESTDIR/$DESTDIR
Last modified: 2011-03-27 10:24:34 UTC
Created attachment 181038 [details] [review] gegl-doubledestdir.diff when installing with "make DESTDIR=/some/directory/ install" and enabled docs, gegl will try to install html docs into /some/directory/some/directory. Reason is that Makefile.am sets gtkdochtmldir to $(DESTDIR)$(datadir)/gtk-doc/html/gegl, while automake automatically adds another DESTDIR var to the installation commands. See attached patch for a fix.
*** Bug 616278 has been marked as a duplicate of this bug. ***
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report. http://git.gnome.org/browse/gegl/commit/?id=36f1e514acd32152dfee7c09d0e5a4e022a5a543
Comment on attachment 181038 [details] [review] gegl-doubledestdir.diff Another patch was already committed that also fixed other cases.