* Set execute permission.

This commit is contained in:
Eelco Dolstra 2005-01-27 19:15:12 +00:00
parent a85d1849af
commit ac2f665853
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,9 @@ mkdir -p "$NIX_LOCALSTATE_DIR"/log/nix
mkdir $NIX_DATA_DIR/nix
cp -prd $TOP/corepkgs $NIX_DATA_DIR/nix/
# Bah, script has the prefix hard-coded.
for i in $NIX_DATA_DIR/nix/corepkgs/nar/nar.sh \
for i in \
$NIX_DATA_DIR/nix/corepkgs/nar/nar.sh \
$NIX_DATA_DIR/nix/corepkgs/fetchurl/builder.sh \
$NIX_BIN_DIR/nix/download-using-manifests.pl \
$NIX_BIN_DIR/nix-prefetch-url \
$NIX_BIN_DIR/nix-collect-garbage \