Skip to content
Snippets Groups Projects
Commit 0bd9f01f authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

linux-meta: Fixed problem with sed replacement

parent a3a58c57
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ for i in omap powerpc powerpc-smp powerpc64-smp
do
rm debian/control.d/$i
done
sed 's/\(, \)*linux-firmware//; s/Linux /Linux-libre /g; /linux-backports/,/up-to-date when upgrading/d' debian/control.d/* debian/control.common -i
sed 's/\(, \)*linux-firmware//; s/Linux /Linux-libre /g; /Package.*linux-backports/,/up-to-date when upgrading/d' debian/control.d/* debian/control.common -i
rm debian/control
debian/rules debian/control
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment