diff options
Diffstat (limited to 'dev-cpp/Ice')
-rw-r--r-- | dev-cpp/Ice/files/Ice-3.2.0_beta1-Makefile.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/Ice/files/Ice-3.2.0_beta1-Makefile.patch b/dev-cpp/Ice/files/Ice-3.2.0_beta1-Makefile.patch index 4fe2e06695f9..93fc3770cc88 100644 --- a/dev-cpp/Ice/files/Ice-3.2.0_beta1-Makefile.patch +++ b/dev-cpp/Ice/files/Ice-3.2.0_beta1-Makefile.patch @@ -25,7 +25,7 @@ -install_docdir = $(prefix)/doc +install_slicedir = $(prefix)/share/Ice/slice +install_schemadir = $(prefix)/share/Ice/schema -+install_docdir = $(prefix)/doc/Ice-$(VERSION) ++install_docdir = $(prefix)/share/doc/Ice-$(VERSION) INSTALL = cp -fp INSTALL_PROGRAM = ${INSTALL} |