diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2008-10-11 20:05:24 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2008-10-11 20:05:24 +0000 |
commit | fd6ab1777fdf75fba5de61953fe2cffdc4c1682b (patch) | |
tree | 0af01d02c8f97f727cee38ac4a87cdc429ff46d0 /app-text/htp/files | |
parent | Dropping older ~arch versions. Disable kde useflag for stable versions. (diff) | |
download | historical-fd6ab1777fdf75fba5de61953fe2cffdc4c1682b.tar.gz historical-fd6ab1777fdf75fba5de61953fe2cffdc4c1682b.tar.bz2 historical-fd6ab1777fdf75fba5de61953fe2cffdc4c1682b.zip |
Fix for #240110.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-text/htp/files')
-rw-r--r-- | app-text/htp/files/strip.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-text/htp/files/strip.patch b/app-text/htp/files/strip.patch new file mode 100644 index 000000000000..7c2ca1523387 --- /dev/null +++ b/app-text/htp/files/strip.patch @@ -0,0 +1,11 @@ +--- src/Makefile.orig 2008-10-11 21:58:25.000000000 +0200 ++++ src/Makefile 2008-10-11 21:58:35.000000000 +0200 +@@ -33,7 +33,7 @@ + + install-bin: $(MAINEXE) + mkdir -p $(bindir) +- $(INSTALL) -s $(MAINEXE) $(bindir) ++ $(INSTALL) $(MAINEXE) $(bindir) + + # + # explicit dependency: final executable |