diff options
author | Baptiste DURAND <baptiste.durand@eurogiciel.fr> | 2013-06-18 18:03:52 +0200 |
---|---|---|
committer | Baptiste DURAND <baptiste.durand@eurogiciel.fr> | 2013-06-18 18:03:52 +0200 |
commit | 9f6a38b11ac4b02c82c09d4120ef0a3854a64cc8 (patch) | |
tree | 22a75a6fbf0fd2c0635d3c913ebfcecd54b9833d | |
parent | 967b31c6d0b85a3cf4341d12931413492c3e4aa7 (diff) | |
download | wrt-widgets-9f6a38b11ac4b02c82c09d4120ef0a3854a64cc8.tar.gz wrt-widgets-9f6a38b11ac4b02c82c09d4120ef0a3854a64cc8.tar.bz2 wrt-widgets-9f6a38b11ac4b02c82c09d4120ef0a3854a64cc8.zip |
Change rule of dbspace directory
-rw-r--r-- | packaging/wrt_widgets.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/wrt_widgets.spec b/packaging/wrt_widgets.spec index 27d61eb..9a3ea91 100644 --- a/packaging/wrt_widgets.spec +++ b/packaging/wrt_widgets.spec @@ -49,7 +49,7 @@ ail_initdb mv /usr/share/applications_tmp/* /usr/share/applications/ for d in dbspace home usr; do find /opt/$d -exec chsmack -a '*' {} \; ; done; find /usr/lib64/ -exec chsmack -a _ {} \; - +chmod -R a+rw /opt/dbspace/ echo "Please Reboot and Execute the script install_widgets.sh as user root" |