mirror of
https://github.com/IanDarwin/OpenLookCDROM.git
synced 2026-02-23 07:43:11 +00:00
Import the large NeWS and src folders. Tweak a few files.
This commit is contained in:
7
scripts/fixperms
Executable file
7
scripts/fixperms
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# fixperms -- make sure all files are readable.
|
||||
|
||||
cd /stage
|
||||
find . -type f ! -perm -004 -print | xargs chmod a+r
|
||||
find . -type d ! -perm -005 -print | xargs chmod a+rx
|
||||
Reference in New Issue
Block a user