This website works better with JavaScript.
Explore
Help
Register
Sign In
vtorri
/
edi
forked from
enlightenment/edi
Watch
1
Star
0
Fork
You've already forked edi
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1079
Commits
2
Branches
13
Tags
6.1 MiB
Tag:
Branch:
Tree:
57d2c5810a
edi-0.8
master
v0.0.1
v0.0.9
v0.1.0
v0.2.0
v0.3.0
v0.5.0
v0.5.0-beta1
v0.5.1
v0.6.0
v0.6.1
v0.7.0
v0.7.1
v0.8.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '57d2c5810a'
${ noResults }
edi
/
scripts
/
world_read.sh
6 lines
66 B
Raw
Normal View
History
Unescape
Escape
build: Fix chmod for DESTDIR builds
6 years ago
#!/bin/sh
for
file in
"
$@
"
;
do
chmod a+r
"
$DESTDIR
/
$file
"
done