summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mktemp/files/disable-strip.patch
blob: d6bc528a21db28f659002531934cd597b92dc1f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile.in b/Makefile.in
index 37b3cc9..f1026f3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -95,7 +95,7 @@ install-dirs:
 	    $(DESTDIR)$(mandir)/man1
 
 install-binaries: $(PROG)
-	$(INSTALL) -m 0555 -s $(PROG) $(DESTDIR)$(bindir)/$(PROG)
+	$(INSTALL) -m 0555 $(PROG) $(DESTDIR)$(bindir)/$(PROG)
 
 install-man:
 	$(INSTALL) -m 0444 $(srcdir)/mktemp.$(mantype) \