Blob Blame History Raw
diff -up Cgl-releases-0.60.3/Cgl/configure.orig Cgl-releases-0.60.3/Cgl/configure
--- Cgl-releases-0.60.3/Cgl/configure.orig	2020-01-31 04:11:21.000000000 -0700
+++ Cgl-releases-0.60.3/Cgl/configure	2020-02-20 11:15:24.436541363 -0700
@@ -26889,7 +26889,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-releases-0.60.3/Cgl/Makefile.in.orig Cgl-releases-0.60.3/Cgl/Makefile.in
--- Cgl-releases-0.60.3/Cgl/Makefile.in.orig	2020-01-31 04:11:21.000000000 -0700
+++ Cgl-releases-0.60.3/Cgl/Makefile.in	2020-02-20 11:15:24.437541346 -0700
@@ -386,7 +386,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                             #
@@ -396,7 +396,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