From fd6ab1777fdf75fba5de61953fe2cffdc4c1682b Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Sat, 11 Oct 2008 20:05:24 +0000 Subject: Fix for #240110. Package-Manager: portage-2.1.4.4 --- app-text/htp/files/strip.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app-text/htp/files/strip.patch (limited to 'app-text/htp/files') 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 -- cgit v1.2.3-65-gdbad