forked from lix-project/lix
* Remove non-POSIX flag.
This commit is contained in:
parent
ab75a50ba4
commit
a1e00bf6aa
|
@ -36,7 +36,7 @@ env-keep-derivations = false
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
mkdir $NIX_DATA_DIR/nix
|
mkdir $NIX_DATA_DIR/nix
|
||||||
cp -prd $TOP/corepkgs $NIX_DATA_DIR/nix/
|
cp -pr $TOP/corepkgs $NIX_DATA_DIR/nix/
|
||||||
# Bah, script has the prefix hard-coded. This is really messy stuff
|
# Bah, script has the prefix hard-coded. This is really messy stuff
|
||||||
# (and likely to fail).
|
# (and likely to fail).
|
||||||
for i in \
|
for i in \
|
||||||
|
|
Loading…
Reference in a new issue