summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEggz2024-01-03 10:01:20 +0100
committerEggz2024-01-03 10:01:20 +0100
commit4fb3851b6ca6dd2a5f82ec98617c2fc584a5c58b (patch)
tree82985b8493f5a86de876ad33ab01b308e88cdf7d
parent54f55a5a48d9a2812b38710ecaffcf827688b2b2 (diff)
downloadaur-4fb3851b6ca6dd2a5f82ec98617c2fc584a5c58b.tar.gz
remove extra kernelcopy and docs package
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 838520b15a9c..771060a1db4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -65,7 +65,7 @@ prepare() {
# Configure the kernel. Replace the line below with one of your choice.
#make menuconfig # CLI menu for configuration
#make nconfig # new CLI menu for configuration
- #make xconfig # X-based configuration
+ #make xconfig # X-based configuration
#make oldconfig # using old config from previous kernel version
make olddefconfig # old config from previous kernel, defaults for new options
# ... or manually edit .config