about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/office/openoffice/builder.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/office/openoffice/builder.sh b/pkgs/applications/office/openoffice/builder.sh
index 37463a9f4723..4624f3b2ad58 100644
--- a/pkgs/applications/office/openoffice/builder.sh
+++ b/pkgs/applications/office/openoffice/builder.sh
@@ -81,6 +81,7 @@ installPhase() {
     # The openoffice- prefix should be removed from the icon identifiers
     for appl in $out/share/applications/*.desktop
     do
+        chmod 644 $appl # What's wrong with the file permissions?
         sed -i '/Icon/d' $appl
         echo "Icon=`echo $appl | sed 's/.desktop//'`" >> $appl    
     done