summary refs log tree commit diff
path: root/pkgs/tools/system/which
diff options
context:
space:
mode:
authorEelco Visser <visser@acm.org>2003-12-23 21:32:25 +0000
committerEelco Visser <visser@acm.org>2003-12-23 21:32:25 +0000
commit02a743eb7acae638f8c4b014aaf2adaed9d55566 (patch)
tree2b3bc092c8e908efcd8da74eb83700dd3c808972 /pkgs/tools/system/which
parentd5ec705667ebf5a98097d338f9955b9a42e7f8da (diff)
junk
svn path=/nixpkgs/trunk/; revision=598
Diffstat (limited to 'pkgs/tools/system/which')
-rwxr-xr-xpkgs/tools/system/which/builder.sh~9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/tools/system/which/builder.sh~ b/pkgs/tools/system/which/builder.sh~
deleted file mode 100755
index 1266353279257..0000000000000
--- a/pkgs/tools/system/which/builder.sh~
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /bin/sh
-
-. $stdenv/setup || exit 1
-
-tar xvfz $src || exit 1
-cd sed-* || exit 1
-./configure --prefix=$out || exit 1
-make || exit 1
-make install || exit 1