Blame SOURCES/sudo-1.6.7p5-strip.patch

0e1944
From 8a045c3880e06f5fcf69a73c4029d6725e17f7bc Mon Sep 17 00:00:00 2001
0e1944
From: Tomas Sykora <tosykora@redhat.com>
0e1944
Date: Fri, 19 Aug 2016 13:49:25 +0200
0e1944
Subject: [PATCH 01/10] We do not strip
0e1944
0e1944
rebased from:
0e1944
Patch1: sudo-1.6.7p5-strip.patch
0e1944
---
0e1944
 install-sh | 2 +-
0e1944
 1 file changed, 1 insertion(+), 1 deletion(-)
0e1944
0e1944
diff --git a/install-sh b/install-sh
0e1944
index 6944fba..49d383a 100755
0e1944
--- a/install-sh
0e1944
+++ b/install-sh
0e1944
@@ -147,7 +147,7 @@ while ${MORETODO} ; do
1b092f
 	fi
1b092f
 	;;
1b092f
     X-s)
1b092f
-	STRIPIT=true
1b092f
+	#STRIPIT=true
1b092f
 	;;
1b092f
     X--)
1b092f
 	shift
0e1944
-- 
0e1944
2.7.4
0e1944