Blob Blame History Raw
diff -up Cgl-0.60.2/configure.orig Cgl-0.60.2/configure
--- Cgl-0.60.2/configure.orig	2019-04-21 22:38:29.000000000 -0600
+++ Cgl-0.60.2/configure	2019-06-21 11:27:23.029627455 -0600
@@ -26844,7 +26844,7 @@ echo "${ECHO_T}$doxysrcdir (src)" >&6
   fi
   # Not built, fall back to installed tag file
   if test $doxyfound = no ; then
-    eval doxydir="${datadir}/coin/doc/${proj}/doxydoc"
+    eval doxydir="${datadir}/doc/coin-or-${proj}"
     # AC_MSG_NOTICE([Considering $doxydir (install)])
     # AC_MSG_NOTICE([Subdirs: $coin_subdirs)])
     coin_doxy_tagfiles="$coin_doxy_tagfiles $doxydir/$doxytag=$doxydir/html"
diff -up Cgl-0.60.2/Makefile.in.orig Cgl-0.60.2/Makefile.in
--- Cgl-0.60.2/Makefile.in.orig	2016-02-01 14:05:58.000000000 -0700
+++ Cgl-0.60.2/Makefile.in	2019-06-21 11:26:44.352289564 -0600
@@ -385,7 +385,7 @@ EXTRA_DIST = examples/cgl1.cpp examples/
 ########################################################################
 pkgconfiglibdir = $(libdir)/pkgconfig
 pkgconfiglib_DATA = cgl.pc
-addlibsdir = $(DESTDIR)$(datadir)/coin/doc/Cgl
+addlibsdir = $(DESTDIR)$(datadir)/doc/coin-or-$(PACKAGE_NAME)
 
 ########################################################################
 #                         Maintainer Stuff                             #
@@ -395,7 +395,7 @@ CLEANFILES =
 # Files that are generated and should be cleaned with make distclean
 DISTCLEANFILES = $(am__append_3) $(VPATH_DISTCLEANFILES)
 DocFiles = README AUTHORS LICENSE 
-DocInstallDir = $(datadir)/coin/doc/$(PACKAGE_NAME)
+DocInstallDir = $(datadir)/doc/coin-or-$(PACKAGE_NAME)
 COIN_HAS_DOXYGEN = @COIN_HAS_DOXYGEN_TRUE@TRUE
 COIN_HAS_LATEX = @COIN_HAS_LATEX_TRUE@TRUE
 all: all-recursive