Build scripts: fixed file permissions
This commit is contained in:
@@ -49,8 +49,9 @@ mv p2pool $1
|
||||
mv ../LICENSE $1
|
||||
mv ../README.md $1
|
||||
|
||||
chmod -R 0644 $1
|
||||
chmod 0755 $1/p2pool
|
||||
chmod -R 0664 $1
|
||||
chmod 0775 $1
|
||||
chmod 0775 $1/p2pool
|
||||
|
||||
tar cvf $1.tar --format=pax --pax-option='exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime' --sort=name --owner=0 --group=0 --mtime="$CURRENT_DATE $CURRENT_TIME" $1
|
||||
touch -t $TOUCH_DATE $1.tar
|
||||
|
||||
Reference in New Issue
Block a user