summaryrefslogtreecommitdiff
path: root/package/base-files
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-10-10 21:44:14 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-10-10 21:44:14 +0200
commita1eafbfc0077cd7074961e635ca2387ada7da440 (patch)
tree2249afab84280f8cffd43639afa2708c23505a3e /package/base-files
parent123ac5fa80c94080c531fb4bf69d7eff6db1f4d0 (diff)
parentebbb7f7e7edd29ddcfede17b8bc4300ff481c10e (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/base-files')
-rwxr-xr-xpackage/base-files/src/sbin/adkupdate8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/base-files/src/sbin/adkupdate b/package/base-files/src/sbin/adkupdate
index 619faf04f..b5477412f 100755
--- a/package/base-files/src/sbin/adkupdate
+++ b/package/base-files/src/sbin/adkupdate
@@ -89,6 +89,14 @@ case $1 in
;;
esac
+# fix permissions
+if [ -f /usr/bin/sudo ];then
+ chmod 4755 /usr/bin/sudo
+fi
+if [ -f /usr/bin/Xorg ];then
+ chmod 4755 /usr/bin/Xorg
+fi
+
sync
if [ -x /sbin/cfgfs ];then
umount /etc