浏览代码

Changed permissions

theo 1 年之前
父节点
当前提交
3fced08484
共有 2 个文件被更改,包括 2 次插入0 次删除
  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