mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/linux-tools: fixes
This commit is contained in:
parent
2a95e20523
commit
abb71d1140
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue