synchronize with trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=30186
This commit is contained in:
@@ -27,7 +27,7 @@ done
|
||||
echo "closure:"
|
||||
ensureDir $out/lib/modules/"$version"
|
||||
for module in $closure; do
|
||||
target=$(echo $module | sed "s^/nix/store/.*/lib/modules/^$out/lib/modules/^")
|
||||
target=$(echo $module | sed "s^$NIX_STORE.*/lib/modules/^$out/lib/modules/^")
|
||||
if test -e "$target"; then continue; fi
|
||||
if test \! -e "$module"; then continue; fi # XXX: to avoid error with "cp builtin builtin"
|
||||
mkdir -p $(dirname $target)
|
||||
|
||||
Reference in New Issue
Block a user