From f37e773fe397778858ea8d51601554863c252536 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 6 May 2012 00:02:44 +0000 Subject: Sun May 6 00:02:43 UTC 2012 --- core/linux-atm/PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'core/linux-atm') diff --git a/core/linux-atm/PKGBUILD b/core/linux-atm/PKGBUILD index e8aaf626f..745bbd929 100644 --- a/core/linux-atm/PKGBUILD +++ b/core/linux-atm/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 142964 2011-11-19 08:22:13Z tpowa $ +# $Id: PKGBUILD 158611 2012-05-05 03:12:24Z dreisner $ # Maintainer: Tobias Powalowski # Contributor: Surain Mallawa Arachchi pkgname=linux-atm pkgver=2.5.2 -pkgrel=1 +pkgrel=2 pkgdesc="Drivers and tools to support ATM networking under Linux." arch=('i686' 'x86_64') depends=('glibc') @@ -19,6 +19,10 @@ md5sums=('d49499368c3cf15f73a05d9bce8824a8' build() { cd "${srcdir}/${pkgname}-${pkgver}" patch -Np1 -i ../man-pages.patch + + # install firmware in /usr/lib + sed -i "s#/lib/firmware#/usr/lib/firmware#" src/extra/Makefile.in + ./configure --prefix=/usr --sysconfdir=/etc make } -- cgit v1.2.3-54-g00ecf