diffutils fixed, needed the --prefix flag

This commit is contained in:
Mike Staszel 2010-10-31 18:05:10 -05:00
parent e54c11d07e
commit 39a8d7cced

View file

@ -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
}