Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#11392 - kernel26 PKGBUILD forgets to remove the mn10300 architecture
Attached to Project:
Arch Linux
Opened by Carlo Bersani (carlocci) - Wednesday, 03 September 2008, 21:40 GMT
Last edited by Tobias Powalowski (tpowa) - Tuesday, 09 September 2008, 11:06 GMT
Opened by Carlo Bersani (carlocci) - Wednesday, 03 September 2008, 21:40 GMT
Last edited by Tobias Powalowski (tpowa) - Tuesday, 09 September 2008, 11:06 GMT
|
DetailsDescription:
the kernel26 PKGBUILD for kernel26-2.26.3-1 forgets to remove /usr/src/arch/mn10300 when removing unneeded architectures. This results in a whopping 24kB (depending on the partition settings) of wasted space when kernel26 is installed. Please Fix!! Steps to reproduce: sudo abs && vi /var/abs/core/kernerl26/PKGBUILD Steps to solve: sed -i 's/mips,parisc/mips,mn10300,parisc/' /var/abs/core/kernel26/PKGBUILD |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Tuesday, 09 September 2008, 11:06 GMT
Reason for closing: Implemented
Tuesday, 09 September 2008, 11:06 GMT
Reason for closing: Implemented
:-D