* Blindly doing a replacement of occurences of $bindir (when running

the tests) is a bad idea when $bindir = /usr and some programs (like
  perl) live there.  Fortunately it doesn't seem to be needed anymore.
This commit is contained in:
Eelco Dolstra 2008-11-20 15:08:34 +00:00
parent 285d26374a
commit 3d2035ea86
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ for i in \
$NIX_BIN_DIR/nix/readmanifest.pm \
; do
sed < $i > $i.tmp \
-e "s^$REAL_BIN_DIR^$NIX_BIN_DIR^" \
-e "s^$REAL_LIBEXEC_DIR^$NIX_LIBEXEC_DIR^" \
-e "s^$REAL_LOCALSTATE_DIR^$NIX_LOCALSTATE_DIR^" \
-e "s^$REAL_DATA_DIR^$NIX_DATA_DIR^" \