From c4f1f49574b4fe55bef7952bd0fcc2bd626b0db2 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 28 Aug 2003 10:10:12 +0000 Subject: * nix-push generated invalid (old-style) slices. * nar.sh needs a path. --- corepkgs/nar/nar.sh.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'corepkgs') diff --git a/corepkgs/nar/nar.sh.in b/corepkgs/nar/nar.sh.in index d21668553777..9f96b03ab314 100644 --- a/corepkgs/nar/nar.sh.in +++ b/corepkgs/nar/nar.sh.in @@ -1,5 +1,7 @@ #! /bin/sh +export PATH=/bin:/usr/bin + echo "packing $path into $out..." mkdir $out || exit 1 tmp=$out/tmp -- cgit 1.4.1