From 02a743eb7acae638f8c4b014aaf2adaed9d55566 Mon Sep 17 00:00:00 2001 From: Eelco Visser Date: Tue, 23 Dec 2003 21:32:25 +0000 Subject: junk svn path=/nixpkgs/trunk/; revision=598 --- pkgs/tools/system/which/builder.sh~ | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 pkgs/tools/system/which/builder.sh~ (limited to 'pkgs/tools/system/which') 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 -- cgit 1.4.1