On 27/08/10 09:04, Nathan O wrote:
On Fri, Aug 27, 2010 at 2:59 AM, KESHAV P.R.<skodabenz@gmail.com> wrote:
Please delete packages -
grub2-efi-x64-bzr http://aur.archlinux.org/packages.php?ID=39901 and grub2-efi-x86-bzr http://aur.archlinux.org/packages.php?ID=39902 .
The packages have been merged (based on tpowa's suggestion) and replaced by grub2-efi-bzr http://aur.archlinux.org/packages.php?ID=40290 (see PKGBUILD for more info).
Please delete these pkgs also -
grub2-efi-x64 http://aur.archlinux.org/packages.php?ID=39904 and grub2-efi-x86 http://aur.archlinux.org/packages.php?ID=39905
The packages have been merged and replaced by grub2-efi http://aur.archlinux.org/packages.php?ID=40300 .
Can someone please check the PKGBUILDs http://aur.archlinux.org/packages/grub2-efi-bzr/grub2-efi-bzr/PKGBUILD and http://aur.archlinux.org/packages/grub2-efi/grub2-efi/PKGBUILD for any apparent errors. Thanks in advance.
Regards.
Keshav
on the grub2-efi-bzr and grub2-efi PKGBUILD:
sed -i "s|^\(_EFI_ARCH\)=.*|\1=${_EFI_ARCH}|; \ s|^\(_trns_name\)=.*|\1=${_trns_name}|; \ s|^\(export _EFI_APP_MODULES\)=.*|\1=${_EFI_APP_MODULES}|" \ ${startdir}/grub2-efi-bzr.install
Has startdir, probably could do ../grub2-efi-bzr.install
I'm just making noise here, but I really don't think that .install file should be doing what it's currently doing. such as: `cp /usr/lib/${_trns_name}/${_EFI_ARCH}-... /boot/...` is there any reason this isn't *static* inside the package? I'd argue that if it can do it at install time then it can do it at buildtime, ofcourse I likely just mis-understood what's going on in that file.