Fix owner for /usr/share/icon/* directory 23/28223/3
authorBaptiste DURAND <baptiste.durand@open.eurogiciel.org>
Tue, 30 Sep 2014 14:41:43 +0000 (16:41 +0200)
committerBaptiste DURAND <baptiste.durand@open.eurogiciel.org>
Wed, 1 Oct 2014 07:45:59 +0000 (09:45 +0200)
to allow installation for all users
Signed-off-by: Baptiste DURAND <baptiste.durand@open.eurogiciel.org>
Change-Id: I50ae92537290d193349a1583913df5bf25a88f0c

packaging/ail.spec

index c20ebfd..f5a2029 100755 (executable)
@@ -75,11 +75,15 @@ mkdir -p %{TZ_SYS_RO_DESKTOP_APP}
 mkdir -p %{TZ_SYS_RW_DESKTOP_APP}
 mkdir -p %{TZ_SYS_RW_APP}
 mkdir -p %{TZ_SYS_DB}
+mkdir -p %{TZ_SYS_RW_ICONS}/default/small
 
 chsmack -a '*' %{TZ_SYS_DB}
 chsmack -a '*' %{TZ_SYS_RW_APP}
 chsmack -a '*' %{TZ_SYS_RW_DESKTOP_APP}
 chsmack -a '*' %{TZ_SYS_RO_DESKTOP_APP}
+chsmack -a '*' %{TZ_SYS_RW_ICONS}
+chsmack -a '*' %{TZ_SYS_RW_ICONS}/default
+chsmack -a '*' %{TZ_SYS_RW_ICONS}/default/small/
 
 chmod g+w %{TZ_SYS_RW_DESKTOP_APP}
 chmod g+w %{TZ_SYS_RO_DESKTOP_APP}
@@ -87,6 +91,8 @@ chown %TZ_SYS_GLOBALAPP_USER:root %{TZ_SYS_RW_DESKTOP_APP}
 chown %TZ_SYS_GLOBALAPP_USER:root %{TZ_SYS_RO_DESKTOP_APP}
 chown %TZ_SYS_GLOBALAPP_USER:root %{TZ_SYS_RW_APP}
 chown %TZ_SYS_GLOBALAPP_USER:root %{TZ_SYS_DB}
+chown %TZ_SYS_GLOBALAPP_USER:root %{TZ_SYS_DB}
+chown %TZ_SYS_GLOBALAPP_USER:root -R %{TZ_SYS_RW_ICONS}
 
 ail_initdb 2>/dev/null
 chsmack -a '*' %{TZ_SYS_DB}/.app_info.db*