From 3dc3021d01b29035f540f6e7e7e33013a39ff4e8 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Thu, 27 Sep 2007 14:48:09 +0000 Subject: Renamed replace executable to replace-literal (Yurii Kudryashov noticed conflict with MySQL) svn path=/nixpkgs/trunk/; revision=9376 --- pkgs/tools/text/replace/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/tools/text/replace') diff --git a/pkgs/tools/text/replace/default.nix b/pkgs/tools/text/replace/default.nix index a2ca051e09e..3135204ef03 100644 --- a/pkgs/tools/text/replace/default.nix +++ b/pkgs/tools/text/replace/default.nix @@ -10,6 +10,8 @@ stdenv.mkDerivation { buildInputs = []; makeFlags = " TREE=\$(out) "; + postInstall = "mv \$out/bin/replace \$out/bin/replace-literal"; + meta = { description = " Replace verbatim strings. Sed is not fit to do it. Replace is. -- cgit 1.4.1