about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-11-10 22:43:45 +0000
committerLudovic Courtès <ludo@gnu.org>2010-11-10 22:43:45 +0000
commitcadb827ec2e375eeb0f7523c29ad06a763d11b57 (patch)
tree760e7b464179c77a45b62a8e19ec71364b769cef /pkgs/applications/office
parent4b6e0f08467edc70537c4e33d72e0e1efed7a69d (diff)
OpenOffice.org: Fix typo.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24654
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/openoffice/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/openoffice/default.nix b/pkgs/applications/office/openoffice/default.nix
index dae4ebdcc3a2f..8b6e1653ba9c8 100644
--- a/pkgs/applications/office/openoffice/default.nix
+++ b/pkgs/applications/office/openoffice/default.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
 
        Thus, force compilation with 4.5 and hope for the best.  */
     '' sed -i *"/cppu/inc/uno/lbnames.h" \
-           -es 's/#[[:blank:]]*error "Supported.*$//g'
+           -e 's/#[[:blank:]]*error "Supported.*$//g'
     '';
 
   src_system = fetchurl {