From 80bf0b988065912c8dc151748408ac4c43cf576c Mon Sep 17 00:00:00 2001 From: abveritas Date: Mon, 13 Jun 2011 22:21:32 +0000 Subject: [PATCH] correction iasl --- iasl/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iasl/PKGBUILD b/iasl/PKGBUILD index 5106b945f..bb7f4f776 100644 --- a/iasl/PKGBUILD +++ b/iasl/PKGBUILD @@ -22,7 +22,7 @@ md5sums=('82c507fec0dba78dc8562a019aaf6e23' build() { cd "${srcdir}/acpica-unix-${pkgver}/compiler" - patch -Np1 -i /iaslcompileparse.patch + patch -Np1 -i ${srcdir}/iaslcompileparse.patch make install -D -m755 iasl "${pkgdir}/usr/bin/iasl"