-
Notifications
You must be signed in to change notification settings - Fork 22
/
update-perm
executable file
·45 lines (30 loc) · 927 Bytes
/
update-perm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#!/usr/bin/env sh
set -x
cd "`dirname \"$0\"`"
#chmod -R 755 .
find . -type d -exec chmod 755 {} +
#find . -type f -exec chmod 644 '{}' \;
chmod 755 scripts/*
chmod 755 'starcal'
chmod 755 'scal3/ui_gtk/starcal.py'
chmod 755 'distro/base/install.sh'
chmod 755 'distro/base/install.py'
chmod 755 'distro/base/uninstall'
chmod 755 distro/*/install.sh
chmod 755 'install-ubuntu'
chmod 755 'install-pip'
chmod 755 'install-nix-deps'
chmod 755 distro/*/build.sh
chmod 755 distro/*/docker-build-internal.sh
chmod 755 distro/*/package-build.sh
chmod 755 'update-perm'
chmod 755 'check-style'
chmod 755 'locale.d/compile'
chmod 755 'locale.d/install'
chmod 755 'locale.d/make-template'
chmod 755 'scripts/version'
chmod 755 'scripts/version.py'
chmod 755 'scal3/import_config_2to3.py'
chmod 755 'scal3/ui_gtk/adjust_dtime.py'
chmod 755 'scal3/ui_gtk/arch-enable-locale.py'
chmod 755 'scal3/ui_gtk/import_config_2to3.py'