22cd61b
diff -up Osi-0.108.4/configure.orig Osi-0.108.4/configure
22cd61b
--- Osi-0.108.4/configure.orig	2019-04-21 22:06:58.000000000 -0600
22cd61b
+++ Osi-0.108.4/configure	2019-06-21 10:24:53.813170277 -0600
22cd61b
@@ -24216,7 +24216,7 @@ echo "${ECHO_T}$doxysrcdir (src)" >&6
22cd61b
   fi
22cd61b
   # Not built, fall back to installed tag file
22cd61b
   if test $doxyfound = no ; then
22cd61b
-    eval doxydir="${datadir}/coin/doc/${proj}/doxydoc"
22cd61b
+    eval doxydir="${datadir}/doc/coin-or-${proj}"
22cd61b
     # AC_MSG_NOTICE([Considering $doxydir (install)])
22cd61b
     # AC_MSG_NOTICE([Subdirs: $coin_subdirs)])
22cd61b
     coin_doxy_tagfiles="$coin_doxy_tagfiles $doxydir/$doxytag=$doxydir/html"
22cd61b
diff -up Osi-0.108.4/Makefile.in.orig Osi-0.108.4/Makefile.in
22cd61b
--- Osi-0.108.4/Makefile.in.orig	2015-03-25 22:10:03.000000000 -0600
22cd61b
+++ Osi-0.108.4/Makefile.in	2019-06-21 10:23:33.795518908 -0600
5affb0f
@@ -409,7 +409,7 @@ EXTRA_DIST = examples/basic2.cpp example
f979740
 ########################################################################
f979740
 #                  Installation of the addlibs file                    #
f979740
 ########################################################################
f979740
-addlibsdir = $(DESTDIR)$(datadir)/coin/doc/Osi
f979740
+addlibsdir = $(DESTDIR)$(datadir)/doc/coin-or-$(PACKAGE_NAME)
f979740
 
f979740
 ########################################################################
f979740
 #                         Maintainer Stuff                             #
5affb0f
@@ -419,7 +419,7 @@ CLEANFILES =
f979740
 # Files that are generated and should be cleaned with make distclean
f979740
 DISTCLEANFILES = $(am__append_15) $(VPATH_DISTCLEANFILES)
5affb0f
 DocFiles = README AUTHORS LICENSE 
f979740
-DocInstallDir = $(datadir)/coin/doc/$(PACKAGE_NAME)
f979740
+DocInstallDir = $(datadir)/doc/coin-or-$(PACKAGE_NAME)
5affb0f
 COIN_HAS_DOXYGEN = @COIN_HAS_DOXYGEN_TRUE@TRUE
5affb0f
 COIN_HAS_LATEX = @COIN_HAS_LATEX_TRUE@TRUE
f979740
 all: all-recursive