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

Giovanni Scafora giovanni at nymeria.archlinux.org
Sun May 19 13:18:40 UTC 2013


    Date: Sunday, May 19, 2013 @ 15:18:39
  Author: giovanni
Revision: 91098

upgpkg: flashrom 0.9.6.1-2

remove /usr/sbin

Modified:
  flashrom/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-19 11:35:37 UTC (rev 91097)
+++ PKGBUILD	2013-05-19 13:18:39 UTC (rev 91098)
@@ -6,7 +6,7 @@
 
 pkgname=flashrom
 pkgver=0.9.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips"
 url="http://www.flashrom.org/"
 arch=('i686' 'x86_64')
@@ -19,6 +19,7 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
+  sed -i "s:sbin:bin:g" Makefile
   make
 }
 




More information about the arch-commits mailing list