Browse Source

Changed permissions

theo 1 năm trước cách đây
mục cha
commit
3fced08484
2 tập tin đã thay đổi với 2 bổ sung0 xóa
  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