community/linux-tools: fix

This commit is contained in:
Kevin Mihelich 2021-11-02 19:20:35 +00:00
parent 1ebbf36435
commit 465317707b

View file

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