summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2022-07-02 22:07:55 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2022-07-08 14:33:26 -0400
commit40ae62b4d9febc1a612b5d791665d0e1fcbd5f92 (patch)
treefe34ca875eab761f625e368d97883ecb07724e3b
parentbed48290a1b9fe62d52e98c043f50e6c028d2299 (diff)
[pacman]: disable unused include directive in pacman.conf
-rw-r--r--libre/pacman/pacman.conf.armv7h2
-rw-r--r--libre/pacman/pacman.conf.i6862
-rw-r--r--libre/pacman/pacman.conf.x86_642
3 files changed, 3 insertions, 3 deletions
diff --git a/libre/pacman/pacman.conf.armv7h b/libre/pacman/pacman.conf.armv7h
index b8c90dee4..6602b96f9 100644
--- a/libre/pacman/pacman.conf.armv7h
+++ b/libre/pacman/pacman.conf.armv7h
@@ -182,4 +182,4 @@ Include = /etc/pacman.d/mirrorlist
# Over-rides #
##############
-Include = /etc/pacman.d/*.conf
+#Include = /etc/pacman.d/*.conf
diff --git a/libre/pacman/pacman.conf.i686 b/libre/pacman/pacman.conf.i686
index 5025e92e1..6b4b07d6b 100644
--- a/libre/pacman/pacman.conf.i686
+++ b/libre/pacman/pacman.conf.i686
@@ -182,4 +182,4 @@ Include = /etc/pacman.d/mirrorlist
# Over-rides #
##############
-Include = /etc/pacman.d/*.conf
+#Include = /etc/pacman.d/*.conf
diff --git a/libre/pacman/pacman.conf.x86_64 b/libre/pacman/pacman.conf.x86_64
index ff5d6385c..a9b0ce284 100644
--- a/libre/pacman/pacman.conf.x86_64
+++ b/libre/pacman/pacman.conf.x86_64
@@ -217,4 +217,4 @@ Include = /etc/pacman.d/mirrorlist
# Over-rides #
##############
-Include = /etc/pacman.d/*.conf
+#Include = /etc/pacman.d/*.conf