From 5d3e2d37899966241a1692545a1d9e829c431739 Mon Sep 17 00:00:00 2001 From: Phil Date: Fri, 22 Jul 2011 09:11:10 +0000 Subject: [PATCH] * iasl: fix build * acpi_call: fix pacman cmd * ndiswrapper: dito * broadcom-wl: dito --- acpi_call/PKGBUILD | 2 +- broadcom-wl/PKGBUILD | 2 +- iasl/PKGBUILD | 2 +- ndiswrapper/PKGBUILD | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/acpi_call/PKGBUILD b/acpi_call/PKGBUILD index 5ea52d946..1b10b1cab 100644 --- a/acpi_call/PKGBUILD +++ b/acpi_call/PKGBUILD @@ -5,7 +5,7 @@ # maintainer (x86_64): Manuel Tortosa # Find the kernel name inside the chroot -_kernver=`pacman -Qf kernel26 | cut -c10-15 | sed 's/kernel26 //g'`-CHAKRA +_kernver=`pacman -Q kernel26 | cut -c10-15 | sed 's/kernel26 //g'`-CHAKRA pkgname=acpi_call pkgver=20110519 diff --git a/broadcom-wl/PKGBUILD b/broadcom-wl/PKGBUILD index 18f24a008..2d5d686d7 100644 --- a/broadcom-wl/PKGBUILD +++ b/broadcom-wl/PKGBUILD @@ -5,7 +5,7 @@ # maintainer (x86_64): Manuel Tortosa # Find the kernel name inside the chroot -_kernver=`pacman -Qf kernel26 | cut -c10-15 | sed 's/kernel26 //g'`-CHAKRA +_kernver=`pacman -Q kernel26 | cut -c10-15 | sed 's/kernel26 //g'`-CHAKRA pkgname=broadcom-wl pkgver=5.100.82.38 diff --git a/iasl/PKGBUILD b/iasl/PKGBUILD index 24d03aadc..32b83900b 100644 --- a/iasl/PKGBUILD +++ b/iasl/PKGBUILD @@ -22,7 +22,7 @@ md5sums=('82c507fec0dba78dc8562a019aaf6e23' build() { cd "${srcdir}/acpica-unix-${pkgver}/compiler" - patch -Np1 -i ${srcdir}/iaslcompileparse.patch + patch -Np2 -i ${srcdir}/iaslcompileparse.patch make install -D -m755 iasl "${pkgdir}/usr/bin/iasl" diff --git a/ndiswrapper/PKGBUILD b/ndiswrapper/PKGBUILD index 0c64f064a..77b147794 100644 --- a/ndiswrapper/PKGBUILD +++ b/ndiswrapper/PKGBUILD @@ -12,7 +12,7 @@ pkgver=1.56 pkgrel=15 # Find the kernel name inside the chroot -_kernver=`pacman -Qf kernel26 | cut -c10-15 | sed 's/kernel26 //g'`-CHAKRA +_kernver=`pacman -Q kernel26 | cut -c10-15 | sed 's/kernel26 //g'`-CHAKRA pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors. For kernel26-testing." license=('GPL')