Build scripts: fixed file permissions

This commit is contained in:
SChernykh
2025-07-18 14:20:35 +02:00
parent c682ad3111
commit fc1436e86c
8 changed files with 24 additions and 16 deletions

View File

@@ -47,8 +47,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