author | Giovanni Scafora
<giovanni@archlinux.org> 2013-05-19 13:18:39 UTC |
committer | Giovanni Scafora
<giovanni@archlinux.org> 2013-05-19 13:18:39 UTC |
parent | bf4137248e8bdc28817696800446812ef0a02ad6 |
PKGBUILD | +2 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 8c12078..598c89a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,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') @@ -18,6 +18,7 @@ md5sums=('407e836c0a2b17ec76583cb6809f65e5') build() { cd "${srcdir}/${pkgname}-${pkgver}" + sed -i "s:sbin:bin:g" Makefile make }