mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/linux-tools: fix
This commit is contained in:
parent
1ebbf36435
commit
465317707b
1 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@ build() {
|
|||
popd
|
||||
|
||||
echo ':: bootconfig'
|
||||
pushd linux/tools/bootconfig
|
||||
pushd linux-$pkgver/tools/bootconfig
|
||||
make
|
||||
popd
|
||||
}
|
||||
|
@ -303,7 +303,7 @@ package_bootconfig() {
|
|||
pkgdesc='Apply, delete or show boot config to initrd'
|
||||
depends=('glibc')
|
||||
|
||||
cd linux/tools/bootconfig
|
||||
cd linux-$pkgver/tools/bootconfig
|
||||
install -dm755 "$pkgdir/usr/bin"
|
||||
make install DESTDIR="$pkgdir"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue