mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
diffutils fixed, needed the --prefix flag
This commit is contained in:
parent
e54c11d07e
commit
39a8d7cced
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=diffutils
|
||||
pkgver=3.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Utility programs used for creating patch files"
|
||||
arch=('arm')
|
||||
url="http://www.gnu.org/software/diffutils"
|
||||
|
@ -18,7 +18,7 @@ md5sums=('7624eb7e6b53ea3ce38958a092d2216e')
|
|||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
./configure
|
||||
./configure --prefix=/usr
|
||||
make || return 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue