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

Tobias Powalowski tpowa at nymeria.archlinux.org
Sun May 19 14:41:19 UTC 2013


    Date: Sunday, May 19, 2013 @ 16:41:19
  Author: tpowa
Revision: 185839

upgpkg: linux-atm 2.5.2-3

move /usr/sbin to /usr/bin

Modified:
  linux-atm/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-19 14:37:47 UTC (rev 185838)
+++ PKGBUILD	2013-05-19 14:41:19 UTC (rev 185839)
@@ -4,7 +4,7 @@
 
 pkgname=linux-atm
 pkgver=2.5.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Drivers and tools to support ATM networking under Linux."
 arch=('i686' 'x86_64')
 depends=('glibc')
@@ -23,7 +23,7 @@
   # install firmware in /usr/lib
   sed -i "s#/lib/firmware#/usr/lib/firmware#" src/extra/Makefile.in
 
-  ./configure --prefix=/usr --sysconfdir=/etc
+  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
   make
 }
 




More information about the arch-commits mailing list