aboutsummaryrefslogtreecommitdiffstats
path: root/arch-system
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2018-09-29 05:40:06 +0200
committerTharre <tharre3@gmail.com>2018-09-29 05:40:06 +0200
commit487d1d9c89e2f9e7039a54b5b76cffb2283ccd8e (patch)
tree0d8ee656528dca5dafe50f7eaa7e451f29754cab /arch-system
parentc1e9a5f8d2d6ca2a850973c484816cbfc3a457da (diff)
downloadpkgbuilds-487d1d9c89e2f9e7039a54b5b76cffb2283ccd8e.tar.gz
pkgbuilds-487d1d9c89e2f9e7039a54b5b76cffb2283ccd8e.tar.xz
pkgbuilds-487d1d9c89e2f9e7039a54b5b76cffb2283ccd8e.zip
arch-system: /etc/sysctl.d -> /usr/lib/sysctl.d
This makes systemd-sysctl.hook detect the change and apply the sysctl settings accordingly.
Diffstat (limited to 'arch-system')
-rw-r--r--arch-system/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-system/PKGBUILD b/arch-system/PKGBUILD
index eb3238c..6af6694 100644
--- a/arch-system/PKGBUILD
+++ b/arch-system/PKGBUILD
@@ -46,7 +46,7 @@ package_base-system() {
install -dm0750 "$pkgdir"/etc/sudoers.d/
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
+ install -Dm0644 etc-sysctl.conf "$pkgdir"/usr/lib/sysctl.d/99-sysctl.conf
install -Dm0644 90-modprobe-d.hook -t "$pkgdir"/usr/share/libalpm/hooks/
ln -s /usr/share/zoneinfo/Europe/Berlin "$pkgdir"/etc/localtime