Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/rebuildpkgs.in
diff options
context:
space:
mode:
authorLevente Polyak <anthraxx@archlinux.org>2022-05-18 02:24:58 +0200
committerLevente Polyak <anthraxx@archlinux.org>2022-06-22 01:05:02 +0200
commite1a51770b26f3b36f24dc5668253eda23a8c8bcf (patch)
treebc18f397e12da36617d12923c94281a2eb157cc4 /rebuildpkgs.in
parentbb1a89a8372b5b8c5372578b2ffe4b7ff04f0843 (diff)
make: split out config files into conf directory
Diffstat (limited to 'rebuildpkgs.in')
-rw-r--r--rebuildpkgs.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebuildpkgs.in b/rebuildpkgs.in
index 5091dc2..164bf08 100644
--- a/rebuildpkgs.in
+++ b/rebuildpkgs.in
@@ -22,7 +22,7 @@ fi
# Source makepkg.conf; fail if it is not found
if [[ -r '/etc/makepkg.conf' ]]; then
- # shellcheck source=makepkg-x86_64.conf
+ # shellcheck source=config/makepkg/x86_64.conf
source '/etc/makepkg.conf'
else
die '/etc/makepkg.conf not found!'