[arch-commits] Commit in linux-atm/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sun Apr 29 09:40:11 UTC 2012


    Date: Sunday, April 29, 2012 @ 05:40:11
  Author: allan
Revision: 157770

upgpkg: linux-atm 2.5.2-2

move firmware to /usr/lib

Modified:
  linux-atm/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-29 09:29:25 UTC (rev 157769)
+++ PKGBUILD	2012-04-29 09:40:11 UTC (rev 157770)
@@ -4,7 +4,7 @@
 
 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 @@
 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
 }




More information about the arch-commits mailing list