diff options
author | davidovski <david@davidovski.xyz> | 2021-10-06 22:08:40 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-10-06 22:08:40 +0100 |
commit | e94c81d8217fca800085388b67f9d71c9e8d9323 (patch) | |
tree | 10b49929e1d9e79d601687e476f1a430f1e36b2a /repo/core/kmod.xibuild | |
parent | 9d965006a98553a7492532b707757685fa99fc7b (diff) |
fixed broken packages
Diffstat (limited to 'repo/core/kmod.xibuild')
-rw-r--r-- | repo/core/kmod.xibuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repo/core/kmod.xibuild b/repo/core/kmod.xibuild index 01cc935..3b5a387 100644 --- a/repo/core/kmod.xibuild +++ b/repo/core/kmod.xibuild @@ -6,6 +6,7 @@ SOURCE=https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git DESC="Libraries and utilities for managing kernel modules" build () { + ./autogen.sh ./configure --prefix=/usr \ --sysconfdir=/etc \ --with-xz \ |