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