Blame SOURCES/sudo-1.6.7p5-strip.patch

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