Build scripts: fixed file permissions
This commit is contained in:
@@ -52,8 +52,9 @@ mv p2pool.exe $1
|
||||
mv ../LICENSE $1
|
||||
mv ../README.md $1
|
||||
|
||||
chmod -R 0644 $1
|
||||
chmod 0755 $1/p2pool.exe
|
||||
chmod -R 0664 $1
|
||||
chmod 0775 $1
|
||||
chmod 0775 $1/p2pool.exe
|
||||
|
||||
touch -t $TOUCH_DATE $1
|
||||
touch -t $TOUCH_DATE $1/*
|
||||
|
||||
Reference in New Issue
Block a user