about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSander van der Burg <s.vanderburg@tudelft.nl>2009-10-16 12:16:17 +0000
committerSander van der Burg <s.vanderburg@tudelft.nl>2009-10-16 12:16:17 +0000
commit702871ef257b7c2aae273ec130b3499a2b091d30 (patch)
tree92f3b55fb8a0bf38b35036ac68fc1b12bce88aa5 /pkgs/applications
parentfef5fcc47b66e21b22f8d8ee4d3181d153c2fc91 (diff)
downloadnixlib-702871ef257b7c2aae273ec130b3499a2b091d30.tar
nixlib-702871ef257b7c2aae273ec130b3499a2b091d30.tar.gz
nixlib-702871ef257b7c2aae273ec130b3499a2b091d30.tar.bz2
nixlib-702871ef257b7c2aae273ec130b3499a2b091d30.tar.lz
nixlib-702871ef257b7c2aae273ec130b3499a2b091d30.tar.xz
nixlib-702871ef257b7c2aae273ec130b3499a2b091d30.tar.zst
nixlib-702871ef257b7c2aae273ec130b3499a2b091d30.zip
It appears that the OpenOffice.org desktop files are read only. Changing this so that they can be adapted
svn path=/nixpkgs/trunk/; revision=17853
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