mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-16 04:25:45 +00:00
Update package-debian.sh
This commit is contained in:
parent
3b1d1cc984
commit
de4fb23450
1 changed files with 5 additions and 0 deletions
|
|
@ -571,6 +571,11 @@ fi
|
|||
exit 0
|
||||
EOF
|
||||
|
||||
# Normalize permissions
|
||||
find "$STAGE/opt/v2rayN" -type d -exec chmod 0755 {} +
|
||||
find "$STAGE/opt/v2rayN" -type f -exec chmod 0644 {} +
|
||||
[[ -f "$STAGE/opt/v2rayN/v2rayN" ]] && chmod 0755 "$STAGE/opt/v2rayN/v2rayN" || true
|
||||
|
||||
local deb_out
|
||||
deb_out="$OUTPUT_DIR/v2rayn_${VERSION}_${deb_arch}.deb"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue