forked from enlightenment/edi
parent
f3162908cc
commit
c0c9703d6c
2 changed files with 6 additions and 1 deletions
@ -0,0 +1,5 @@ |
||||
#!/bin/sh |
||||
|
||||
for file in "$@" ; do |
||||
chmod a+r "$DESTDIR/$file" |
||||
done |
Loading…
Reference in new issue