mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
5164d2ec62
svn path=/nixpkgs/trunk/; revision=16439
3 lines
107 B
Bash
3 lines
107 B
Bash
echo '[' > $out
|
|
grep '^%include ' $src | cut -d ' ' -f 2 | sed 's/^\(.*\)$/"\1"/' >> $out
|
|
echo ']' >> $out
|