Explorar el Código

Changed permissions

theo hace 1 año
padre
commit
3fced08484
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Makefile
  2. 0 0
      lib/funcs

+ 2 - 0
Makefile

@@ -1,6 +1,8 @@
 install: 
 	mkdir -p /usr/local/lib/ldap-utils
 	mkdir -p /usr/local/bin
+	chmod 700 bin/*
+	chmod 700 lib/*
 	cp -f bin/* /usr/local/bin
 	cp -f lib/funcs /usr/local/lib/ldap-utils
 

+ 0 - 0
lib/funcs