diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2022-07-02 22:07:55 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2022-07-08 14:33:26 -0400 |
commit | 40ae62b4d9febc1a612b5d791665d0e1fcbd5f92 (patch) | |
tree | fe34ca875eab761f625e368d97883ecb07724e3b | |
parent | bed48290a1b9fe62d52e98c043f50e6c028d2299 (diff) | |
download | abslibre-40ae62b4d9febc1a612b5d791665d0e1fcbd5f92.tar.gz abslibre-40ae62b4d9febc1a612b5d791665d0e1fcbd5f92.tar.bz2 abslibre-40ae62b4d9febc1a612b5d791665d0e1fcbd5f92.zip |
[pacman]: disable unused include directive in pacman.conf
-rw-r--r-- | libre/pacman/pacman.conf.armv7h | 2 | ||||
-rw-r--r-- | libre/pacman/pacman.conf.i686 | 2 | ||||
-rw-r--r-- | libre/pacman/pacman.conf.x86_64 | 2 |
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 |