5164d2ec62
svn path=/nixpkgs/trunk/; revision=16439
4 lines
107 B
Bash
4 lines
107 B
Bash
echo '[' > $out
|
|
grep '^%include ' $src | cut -d ' ' -f 2 | sed 's/^\(.*\)$/"\1"/' >> $out
|
|
echo ']' >> $out
|