mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
* Remove non-POSIX flag.
This commit is contained in:
parent
ab75a50ba4
commit
a1e00bf6aa
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ env-keep-derivations = false
|
|||
EOF
|
||||
|
||||
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
|
||||
# (and likely to fail).
|
||||
for i in \
|
||||
|
|
Loading…
Reference in a new issue