mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
Maybe I recommit aggregator.nix, but I found last time it could be wrong
svn path=/nixpkgs/trunk/; revision=10131
This commit is contained in:
parent
4fdb695d76
commit
65218ec570
@ -11,8 +11,8 @@ doCollect = FullDepEntry (''
|
||||
ensureDir $out/lib/modules
|
||||
cd $out/
|
||||
for i in $moduleSources; do
|
||||
cp -rs $i/lib/modules lib/
|
||||
chmod -R u+w lib/
|
||||
cp -rfs $i/* .
|
||||
chmod -R u+w .
|
||||
done
|
||||
cd lib/modules/
|
||||
rm */modules.*
|
||||
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "
|
||||
A directory to hold all the modules, including those
|
||||
built separately from kernel. Earlier directories in
|
||||
built separately from kernel. Later mentioned directories in
|
||||
moduleSources have higher priority.
|
||||
";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user