Add usr/lib64/ for unsmack
authorBaptiste DURAND <baptiste.durand@eurogiciel.fr>
Wed, 17 Apr 2013 13:26:00 +0000 (15:26 +0200)
committerBaptiste DURAND <baptiste.durand@eurogiciel.fr>
Wed, 17 Apr 2013 13:26:00 +0000 (15:26 +0200)
packaging/wrt_widgets.spec

index 599aa9a..dbd94f8 100644 (file)
@@ -48,6 +48,11 @@ mv /usr/share/applications/* /usr/share/applications_tmp/
 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 _ {} \;
+
+
+
+
 
 
 echo "Please Reboot and Execute the scripts install_widgets.sh & load_widget.sh in root mode "