Bump module-linux-apfs-rw

I should prepare a package that uses ro-by-default like the developer intended.
This commit is contained in:
Bahar KURT
2025-03-31 21:45:11 +00:00
committed by GitHub
parent becb75b652
commit 3697261ef6
3 changed files with 11 additions and 60 deletions
@@ -10,8 +10,10 @@ from pisi.actionsapi import pisitools
KDIR = kerneltools.getKernelVersion()
CONFIGS = "-DCONFIG_APFS_RW_ALWAYS"
def build():
autotools.make("KERNEL_DIR=/lib/modules/%s/build" % KDIR)
autotools.make("KERNEL_DIR=/lib/modules/%(kdir)s/build CONFIG=%(configs)s" % { 'kdir': KDIR, 'configs': CONFIGS })
def install():
pisitools.insinto("/lib/modules/%s/extra" % KDIR, "*.ko")