From 3c00ca8da0b7814f94340470e2e25a2a67a4789b Mon Sep 17 00:00:00 2001 From: Sander van der Burg Date: Fri, 16 Oct 2009 08:56:35 +0000 Subject: [PATCH] Corrected path to the .desktop files. Why do I keep making these silly mistakes? svn path=/nixpkgs/trunk/; revision=17846 --- pkgs/applications/office/openoffice/builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/office/openoffice/builder.sh b/pkgs/applications/office/openoffice/builder.sh index a7a1fd58bec..37463a9f472 100644 --- a/pkgs/applications/office/openoffice/builder.sh +++ b/pkgs/applications/office/openoffice/builder.sh @@ -79,7 +79,7 @@ installPhase() { # Apply a minor correction to the *.desktop files in order to correctly address the icons # The openoffice- prefix should be removed from the icon identifiers - for appl in *.desktop + for appl in $out/share/applications/*.desktop do sed -i '/Icon/d' $appl echo "Icon=`echo $appl | sed 's/.desktop//'`" >> $appl