linux-ck-tt icon indicating copy to clipboard operation
linux-ck-tt copied to clipboard

Unable to find /build/kernel and kernel package after compile

Open Unknown8906 opened this issue 1 year ago • 1 comments

Hello there,i have a problem trying to install the kernel After i compiled it using updpkgsums && makepkg -srci The process went smoothly but i was unable to find the Kernel package that contain the kernel and the kernel header There is no /build folder

Unknown8906 avatar May 04 '24 15:05 Unknown8906

Hello, if everything went smoothly, the kernel package and the kernel header package should be installed on your system, use pacman -Q | grep linux to check it.

By default, makepkg creates the package tarballs in the working directory and downloads source data directly to the src/ directory, it doesn't create a build/ folder.

RiverOnVenus avatar May 05 '24 03:05 RiverOnVenus