community/linux-tools: fixes

This commit is contained in:
Kevin Mihelich 2017-12-10 14:32:14 +00:00
parent 2a95e20523
commit abb71d1140

View file

@ -128,7 +128,7 @@ build() {
msg2 'iio'
pushd linux-$pkgver/tools/iio
make
make -j1
popd
}
@ -262,7 +262,7 @@ package_iio-utils() {
depends=('glibc')
cd linux-$pkgver/tools/iio
make install INSTALL_ROOT="$pkgdir"
make install DESTDIR="$pkgdir"
}
# vim:set ts=2 sw=2 et: