diff options
author | 2007-02-28 21:23:06 +0000 | |
---|---|---|
committer | 2007-02-28 21:23:06 +0000 | |
commit | d9aa9d14b023bc667739bff80fec98cea43ef73c (patch) | |
tree | a978bcb2afac4e83f9da0c99d603acac1a4d6bf5 /dev-cpp/Ice/files | |
parent | x86 stable wrt security bug 165555 (diff) | |
download | historical-d9aa9d14b023bc667739bff80fec98cea43ef73c.tar.gz historical-d9aa9d14b023bc667739bff80fec98cea43ef73c.tar.bz2 historical-d9aa9d14b023bc667739bff80fec98cea43ef73c.zip |
docs go into /usr/share/doc
Package-Manager: portage-2.1.2-r12
Diffstat (limited to 'dev-cpp/Ice/files')
-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} |