CachyOS / kernel-manager

Simple kernel manager
GNU General Public License v3.0
11 stars 6 forks source link

Installing built packages fails if makepkg.conf isn't using zst compression #21

Closed csutcliff closed 1 month ago

csutcliff commented 2 months ago

.pkg.tar.zst is hardcoded, it doesn't take into account user's makepkg.conf compression setting.

error: 'linux-cachyos-rc-lto-6.11.rc6-1-.pkg.tar.zst': could not find or read package error: 'linux-cachyos-rc-lto-headers-6.11.rc6-1-.pkg.tar.zst': could not find or read package

".pkg.tar" was built (no compression) and can be installed manually.

csutcliff commented 1 month ago

Apologies for missing information in the initial post, this doesn't work if the PKGEXT is set in makepkg.conf.d rather than directly in makepkg.conf.

In my case I leave makepkg.conf alone and make changes in various conf.d files.