summary refs log tree commit diff
path: root/pkgs/tools/text/replace
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2007-09-27 14:48:09 +0000
committerMichael Raskin <7c6f434c@mail.ru>2007-09-27 14:48:09 +0000
commit3dc3021d01b29035f540f6e7e7e33013a39ff4e8 (patch)
tree7624acefa2eb53f99faa3e8c314441c08ae2a12c /pkgs/tools/text/replace
parentd4d6b5424daeeed52fec5a249e682e324408f99d (diff)
downloadnixpkgs-3dc3021d01b29035f540f6e7e7e33013a39ff4e8.tar
nixpkgs-3dc3021d01b29035f540f6e7e7e33013a39ff4e8.tar.gz
nixpkgs-3dc3021d01b29035f540f6e7e7e33013a39ff4e8.tar.bz2
nixpkgs-3dc3021d01b29035f540f6e7e7e33013a39ff4e8.tar.lz
nixpkgs-3dc3021d01b29035f540f6e7e7e33013a39ff4e8.tar.xz
nixpkgs-3dc3021d01b29035f540f6e7e7e33013a39ff4e8.tar.zst
nixpkgs-3dc3021d01b29035f540f6e7e7e33013a39ff4e8.zip
Renamed replace executable to replace-literal (Yurii Kudryashov noticed conflict with MySQL)
svn path=/nixpkgs/trunk/; revision=9376
Diffstat (limited to 'pkgs/tools/text/replace')
-rw-r--r--pkgs/tools/text/replace/default.nix2
1 files changed, 2 insertions, 0 deletions
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.