diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-08-28T10·10+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-08-28T10·10+0000 |
commit | c4f1f49574b4fe55bef7952bd0fcc2bd626b0db2 (patch) | |
tree | 9df5e55409a36163d5e5d39ac7fb9160cfb60053 /corepkgs/nar | |
parent | 31be53cd0a50ef9e3ddf64f79222e8e8dd1d05aa (diff) |
* nix-push generated invalid (old-style) slices.
* nar.sh needs a path.
Diffstat (limited to 'corepkgs/nar')
-rw-r--r-- | corepkgs/nar/nar.sh.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 |