On Sat, Aug 17, 2013 at 03:48:57AM +0300, Vadim Kochan wrote:
Hi AUR devs,
I just tried to makepkg for acpi_call-git package and it fails because of rejected acpi_call-x86_64.patch. I compared the patch and original file and they are with the same changes. As a local fix I used:
--- PKGBUILD 2013-08-17 03:36:47.690127666 +0300 +++ PKGBUILD 2013-08-17 03:37:31.380127165 +0300 @@ -46,12 +46,6 @@ sed -i 's|/lib/modules/|/usr/lib/modules/|g' ./Makefile || return 1 fi
- ## x86_64 Patch - if [ "$CARCH" = "x86_64" ]; then - msg "Patching for x86_64 systems" - patch -p1 -i ${srcdir}/acpi_call-x86_64.patch - fi - ## Build make }
I think that patch should be removed too.
Thanks, Vadim
You need to report such things on the package page for acpi_call-git. This list is for development of the AUR itself, not maintenance of the packages therein.