]> git.pld-linux.org Git - packages/bcc.git/blame - Dev86src-noroot.patch
- 0.16.12, added errno 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
9+ install -s -m 4555 elksemu $(DIST)/lib/elksemu
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
18 # Alter these if for some reason you don't want this done as root.
19 #ifdef __BCC__
20-INDAT=-o root -g root -m 644
21-INEXE=-o root -g root -m 755
22-INSCR=-o root -g root -m 755
23+INDAT=-m 644
24+INEXE=-m 755
25+INSCR=-m 755
26 #else
27-INDAT=-o root -g root -m 644
28-INEXE=-o root -g root -m 755 -s
29-INSCR=-o root -g root -m 755
30+INDAT=-m 644
31+INEXE=-m 755
32+INSCR=-m 755
33 #endif
34
35 #ifdef GNUMAKE
This page took 0.106773 seconds and 4 git commands to generate.