From f8a04b6a20eff3811d7bb734fb180cc2006cf359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 11 Nov 2010 11:02:44 +0000 Subject: [PATCH] OpenOffice.org: Fix `postPatch'. svn path=/nixpkgs/branches/stdenv-updates/; revision=24655 --- pkgs/applications/office/openoffice/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/office/openoffice/default.nix b/pkgs/applications/office/openoffice/default.nix index 8b6e1653ba9..7c27bef0e45 100644 --- a/pkgs/applications/office/openoffice/default.nix +++ b/pkgs/applications/office/openoffice/default.nix @@ -33,7 +33,7 @@ stdenv.mkDerivation rec { with 4.5), which isn't supported (link time error.) Thus, force compilation with 4.5 and hope for the best. */ - '' sed -i *"/cppu/inc/uno/lbnames.h" \ + '' sed -i "cppu/inc/uno/lbnames.h" \ -e 's/#[[:blank:]]*error "Supported.*$//g' '';