Skip to content

Commit

Permalink
Update PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
silime authored Jun 8, 2024
1 parent 5f89702 commit 9e27e8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions linux-sdm845/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

pkgbase=linux-sdm845
pkgver=6.10.0
pkgrel=1
pkgrel=2
_newversion=false
_stopbuild=false # Will also stop if ${_newversion} is true
_kernelname="${pkgbase#linux}"
Expand Down Expand Up @@ -116,9 +116,9 @@ _package() {
mkdir -p "${pkgdir}"/{boot,usr/lib/modules}
make INSTALL_MOD_PATH="${pkgdir}/usr" modules_install
make INSTALL_DTBS_PATH="${pkgdir}/boot/dtbs" dtbs_install
make INSTALL_PATH="${pkgdir}/boot" install
echo $(make -s image_name)
install -Dm644 "$(make -s image_name)" "${pkgdir}/boot/vmlinuz"
# make INSTALL_PATH="${pkgdir}/boot" install
# echo $(make -s image_name)
install -Dm644 arch/arm64/boot/vmlinuz "${pkgdir}/boot/vmlinuz"
# make room for external modules
local _extramodules="extramodules-${_basekernel}${_kernelname}"
ln -s "../${_extramodules}" "${pkgdir}/usr/lib/modules/${_kernver}/extramodules"
Expand Down

0 comments on commit 9e27e8a

Please sign in to comment.