summaryrefslogtreecommitdiff
blob: 6979edddb6689ac7b224eda3972a4146207f2020 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
we'll take care of stripping thank you very much

http://bugs.gentoo.org/125586

--- raidtools/Makefile.in
+++ raidtools/Makefile.in
@@ -98,7 +98,7 @@
 install_bin: 
 	[ -d $(ROOTDIR)/$(SBIN) ] || mkdir -p $(ROOTDIR)/$(SBIN)
 	for n in $(BINARIES); do \
-	    install -s -m755 $$n $(ROOTDIR)/$(SBIN)/$$n ;\
+	    install -m755 $$n $(ROOTDIR)/$(SBIN)/$$n ;\
 	done
 	for i in $(RAIDSTARTLINKS); do \
 	    rm -f $(ROOTDIR)/$(SBIN)/$$i ;\