3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-01 07:42:18 +00:00

Update meson_inst.sh

This commit is contained in:
Scare Crowe 2021-08-04 12:33:25 +05:00 committed by GitHub
parent a1af6ba2f9
commit 098a9d997a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/bin/sh
for x in "$@" ; do
chown root "$DESTDIR/$x"
chown nobody "$DESTDIR/$x"
chmod a=rx,u+xs "$DESTDIR/$x"
done