]> git.pld-linux.org Git - packages/bcc.git/blob - Dev86src-noroot.patch
- release 4
[packages/bcc.git] / Dev86src-noroot.patch
1 --- dev86-0.16.15.org/elksemu/Makefile  Mon Nov  5 10:12:46 2001
2 +++ dev86-0.16.15/elksemu/Makefile      Mon Nov  5 10:13:12 2001
3 @@ -39,7 +39,7 @@
4  # to redirect.
5  install: elksemu
6         install -d $(DIST)/lib
7 -       install -s -o root -g root -m 4555 elksemu $(DIST)/lib/elksemu
8 +       install -m 755 elksemu $(DIST)/lib/elksemu
9  
10  clean realclean:
11         rm -f $(OBJ) binfmt_elks.o elksemu call_tab.v defn_tab.v
This page took 0.028415 seconds and 3 git commands to generate.