linux-ck-tt
linux-ck-tt copied to clipboard
Unable to find /build/kernel and kernel package after compile
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
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.