blob: 7739c973846e783b348a99b7bd58a75487609116 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Specify a non-root user used to build the patched kernel.
MAKEPKG_USER=""
# Specify a directory for building. The hook will use asp to create subdirectory called "linux" for the patched build.
BUILD_DIRECTORY=""
# A list of paths to kernel patches to apply to the kernel.
KERNEL_PATCHES=""
# An optional list of arguments to be passed to makepkg.
# MAKEPKG_OPTIONS="--clean --skippgpcheck"
# The pacman cache dir used to store the created package. Modify this, if you don't use the default.
# PACMAN_CACHE_DIR=/var/cache/pacman/pkg
|