You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3.6/2_ac_install_merge/sys-kernel/calculate-sources/Module.symvers

12 lines
229 B

# Calculate exec=/bin/bash os_install_arch_machine==i686&&ac_install_disk==off
for fn in /usr/src/*/Module.symvers
do
if [[ -f $fn ]]
then
sed -ri 's/(alternatives_patched.*SYMBOL)_GPL/\1/' $fn
fi
done
true