From 3cf436534fc2c3886184d7bbf441f45791bdc4a0 Mon Sep 17 00:00:00 2001 From: Tharre Date: Mon, 26 Feb 2018 05:36:25 +0100 Subject: arch-system: fix sudoers.d ordering of wheel --- arch-system/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch-system') diff --git a/arch-system/PKGBUILD b/arch-system/PKGBUILD index 3aa5b9d..e1208fd 100644 --- a/arch-system/PKGBUILD +++ b/arch-system/PKGBUILD @@ -34,7 +34,7 @@ package_base-system() { install -Dm0644 etc-vconsole.conf "$pkgdir"/etc/vconsole.conf install -Dm0644 mirrorupgrade.hook -t "$pkgdir"/etc/pacman.d/hooks install -dm0750 "$pkgdir"/etc/sudoers.d/ - install -Dm0644 sudoers-wheel "$pkgdir"/etc/sudoers.d/wheel + install -Dm0644 sudoers-wheel "$pkgdir"/etc/sudoers.d/00_wheel install -Dm0644 etc-nsswitch.conf "$pkgdir"/etc/nsswitch.conf install -Dm0644 etc-sysctl.conf "$pkgdir"/etc/sysctl.d/99-sysctl.conf -- cgit v1.2.3-70-g09d2