mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/linux-aarch64: fix
This commit is contained in:
parent
828318fe08
commit
57212b440c
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ _package() {
|
|||
make INSTALL_DTBS_PATH="${pkgdir}/boot/dtbs" dtbs_install
|
||||
|
||||
echo "Installing modules..."
|
||||
make INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 modules_install
|
||||
make INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 DEPMOD=/doesnt/exist modules_install
|
||||
|
||||
# remove build link
|
||||
rm "$modulesdir"/build
|
||||
|
|
Loading…
Reference in a new issue