]> git.pld-linux.org Git - packages/bcc.git/blame - Dev86src-noroot.patch
- up to 0.16.14, updated noroot patch
[packages/bcc.git] / Dev86src-noroot.patch
CommitLineData
8ce085aa
AM
1diff -urN dev86-0.16.0.org/elksemu/Makefile dev86-0.16.0/elksemu/Makefile
2--- dev86-0.16.0.org/elksemu/Makefile Mon Nov 5 10:12:46 2001
3+++ dev86-0.16.0/elksemu/Makefile Mon Nov 5 10:13:12 2001
4@@ -39,7 +39,7 @@
5 # to redirect.
6 install: elksemu
7 install -d $(DIST)/lib
8- install -s -o root -g root -m 4555 elksemu $(DIST)/lib/elksemu
f274ed64 9+ install -m 755 elksemu $(DIST)/lib/elksemu
8ce085aa
AM
10
11 clean realclean:
12 rm -f $(OBJ) binfmt_elks.o elksemu call_tab.v defn_tab.v
13diff -urN dev86-0.16.0.org/makefile.in dev86-0.16.0/makefile.in
14--- dev86-0.16.0.org/makefile.in Mon Nov 5 10:12:47 2001
15+++ dev86-0.16.0/makefile.in Mon Nov 5 10:14:00 2001
16@@ -68,13 +68,13 @@
17
f274ed64
JB
18 # Yet again other systems have general weirdness here.
19 #ifdef __linux__
8ce085aa 20-INDAT=-o root -g root -m 644
f274ed64 21-INEXE=-o root -g root -m 755 -s
8ce085aa
AM
22-INSCR=-o root -g root -m 755
23+INDAT=-m 644
24+INEXE=-m 755
25+INSCR=-m 755
26 #else
f274ed64
JB
27-INDAT=-m 644
28-INEXE=-m 755
29-INSCR=-m 755
8ce085aa
AM
30+INDAT=-m 644
31+INEXE=-m 755
32+INSCR=-m 755
33 #endif
34
35 #ifdef GNUMAKE
This page took 0.089445 seconds and 4 git commands to generate.