fix Arch Linux naming FS#33393

This commit is contained in:
Ronald van Haren
2013-01-15 08:14:18 +00:00
parent a53b449156
commit df234e54c9
2 changed files with 4 additions and 2 deletions

View File

@ -202,6 +202,8 @@ package_grub-common() {
# remove platform specific files
rm -rf "${pkgdir}/usr/lib/grub/i386-pc/"
# Fix OS naming FS#33393
sed -i 's|GNU/Linux|Linux|' ${pkgdir}/etc/grub.d/10_linux
}
package_grub-bios() {