diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-01-19 18:41:41 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-01-19 18:41:41 +0000 |
commit | 0bf47505cbb3b4add1088f6b6819760223d1bf54 (patch) | |
tree | 5f2e2d5be9841ed29cbd0ba112d49cd65dd1d1df /dev-cpp | |
parent | add portuguese (pt) longdescription (diff) | |
download | gentoo-2-0bf47505cbb3b4add1088f6b6819760223d1bf54.tar.gz gentoo-2-0bf47505cbb3b4add1088f6b6819760223d1bf54.tar.bz2 gentoo-2-0bf47505cbb3b4add1088f6b6819760223d1bf54.zip |
Fix the patch
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/ice/files/ice-3.0.0-makefile.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/ice/files/ice-3.0.0-makefile.patch b/dev-cpp/ice/files/ice-3.0.0-makefile.patch index 5a52ae116966..e45faadd49fd 100644 --- a/dev-cpp/ice/files/ice-3.0.0-makefile.patch +++ b/dev-cpp/ice/files/ice-3.0.0-makefile.patch @@ -24,8 +24,8 @@ fi - $(call installdata,ICE_LICENSE,$(prefix)) - $(call installdata,LICENSE,$(prefix)) -+ $(call install_docdir,ICE_LICENSE,$(prefix)) -+ $(call install_docdir,LICENSE,$(prefix)) ++ $(call installdata,ICE_LICENSE,$(install_docdir)) ++ $(call installdata,LICENSE,$(install_docdir)) clean:: @if test -d doc ; \ |