citadel/meta/recipes-extended/mktemp/files/disable-strip.patch
brl 098b8f982b Squashed 'poky/' content from commit 4469acdf1d
git-subtree-dir: poky
git-subtree-split: 4469acdf1d0338220f3fe2ecb5e079eea6fda375
2017-12-04 16:35:29 -05:00

16 lines
429 B
Diff

Upstream-Status: Inappropriate [configuration]
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) \