Gentoo Archives: gentoo-commits

From: "Gunnar Wrobel (wrobel)" <wrobel@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/htp/files: strip.patch
Date: Sat, 11 Oct 2008 20:05:27
Message-Id: E1KokiK-0005b0-Jo@stork.gentoo.org
1 wrobel 08/10/11 20:05:24
2
3 Added: strip.patch
4 Log:
5 Fix for #240110.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 app-text/htp/files/strip.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/htp/files/strip.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/htp/files/strip.patch?rev=1.1&content-type=text/plain
13
14 Index: strip.patch
15 ===================================================================
16 --- src/Makefile.orig 2008-10-11 21:58:25.000000000 +0200
17 +++ src/Makefile 2008-10-11 21:58:35.000000000 +0200
18 @@ -33,7 +33,7 @@
19
20 install-bin: $(MAINEXE)
21 mkdir -p $(bindir)
22 - $(INSTALL) -s $(MAINEXE) $(bindir)
23 + $(INSTALL) $(MAINEXE) $(bindir)
24
25 #
26 # explicit dependency: final executable