blob: d79bd885a185303969c6f561ad3c0d8c72ea1316 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig 2013-10-23 22:11:11 UTC
+++ Makefile
@@ -225,7 +225,7 @@ uninstall:
# using the compileall module.
#
_install_umask_ok:
- make -f Makefile _install INSTALL='install -o 0 -g 0'
+ make -f Makefile _install INSTALL='install'
$(PYTHON) -m compileall $(DESTDIR)$(DATADIR)/neubot
install:
|