File: dont-strip.patch

package info (click to toggle)
gnarwl 3.6.dfsg-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 880 kB
  • sloc: ansic: 1,191; makefile: 119; sh: 71; php: 44
file content (11 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/Makefile
+++ b/src/Makefile
@@ -15,6 +15,6 @@
 
 install:
 	mkdir -m 755 -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(SBINDIR)
-	install -m 755 -s $(BIN) $(DESTDIR)$(BINDIR)
-	install -m 755 -s $(SBIN) $(DESTDIR)$(SBINDIR)
+	install -m 755 $(BIN) $(DESTDIR)$(BINDIR)
+	install -m 755 $(SBIN) $(DESTDIR)$(SBINDIR)