You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
537 B
28 lines
537 B
7 years ago
|
From 8a045c3880e06f5fcf69a73c4029d6725e17f7bc Mon Sep 17 00:00:00 2001
|
||
|
From: Tomas Sykora <tosykora@redhat.com>
|
||
|
Date: Fri, 19 Aug 2016 13:49:25 +0200
|
||
|
Subject: [PATCH 01/10] We do not strip
|
||
|
|
||
|
rebased from:
|
||
|
Patch1: sudo-1.6.7p5-strip.patch
|
||
|
---
|
||
|
install-sh | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/install-sh b/install-sh
|
||
|
index 6944fba..49d383a 100755
|
||
|
--- a/install-sh
|
||
|
+++ b/install-sh
|
||
|
@@ -147,7 +147,7 @@ while ${MORETODO} ; do
|
||
|
fi
|
||
|
;;
|
||
|
X-s)
|
||
|
- STRIPIT=true
|
||
|
+ #STRIPIT=true
|
||
|
;;
|
||
|
X--)
|
||
|
shift
|
||
|
--
|
||
|
2.7.4
|
||
|
|