This website requires JavaScript.
Explore
Help
Register
Sign In
QuickMythril
/
Brooklyn
Watch
1
Star
0
Fork
0
You've already forked Brooklyn
forked from
Qortal/Brooklyn
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
Brooklyn
/
DRM
/
e17
/
meson
/
meson_inst.sh
7 lines
94 B
Bash
Raw
Normal View
History
Unescape
Escape
add e17 sources
2021-05-27 00:37:07 +05:00
#!/bin/sh
for
x in
"
$@
"
;
do
Update meson_inst.sh
2021-08-04 12:33:25 +05:00
chown nobody
"
$DESTDIR
/
$x
"
add e17 sources
2021-05-27 00:37:07 +05:00
chmod
a
=
rx,u+xs
"
$DESTDIR
/
$x
"
done
Reference in New Issue
Copy Permalink