mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-16 12:35:46 +00:00
Update package-debian.sh
This commit is contained in:
parent
89e0fc20eb
commit
3b1d1cc984
1 changed files with 0 additions and 7 deletions
|
|
@ -571,13 +571,6 @@ fi
|
||||||
exit 0
|
exit 0
|
||||||
EOF
|
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
|
|
||||||
[[ -f "$STAGE/opt/v2rayN/bin/xray/xray" ]] && chmod 0755 "$STAGE/opt/v2rayN/bin/xray/xray" || true
|
|
||||||
[[ -f "$STAGE/opt/v2rayN/bin/sing_box/sing-box" ]] && chmod 0755 "$STAGE/opt/v2rayN/bin/sing_box/sing-box" || true
|
|
||||||
|
|
||||||
local deb_out
|
local deb_out
|
||||||
deb_out="$OUTPUT_DIR/v2rayn_${VERSION}_${deb_arch}.deb"
|
deb_out="$OUTPUT_DIR/v2rayn_${VERSION}_${deb_arch}.deb"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue