aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2019-05-31 05:33:33 +0200
committerTharre <tharre3@gmail.com>2019-06-30 04:11:56 +0200
commit4ad13eadf1a1a0438c13fd0343ee49d97dce684f (patch)
treeab9e5c87903e64247cade4467441041ec9c0af22
parentff4d0ff92609f9d9509d7009e7e25ea3d2ee9361 (diff)
downloadpkgbuilds-4ad13eadf1a1a0438c13fd0343ee49d97dce684f.tar.gz
pkgbuilds-4ad13eadf1a1a0438c13fd0343ee49d97dce684f.tar.xz
pkgbuilds-4ad13eadf1a1a0438c13fd0343ee49d97dce684f.zip
arch-system: place mirrorupgrade hook in /usr
.. same directory as the other hook.
-rw-r--r--arch-system/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-system/PKGBUILD b/arch-system/PKGBUILD
index e7ca17d..c2430b4 100644
--- a/arch-system/PKGBUILD
+++ b/arch-system/PKGBUILD
@@ -42,7 +42,7 @@ package_base-system() {
install -Dm0644 etc-locale.conf "$pkgdir"/etc/locale.conf
install -Dm0644 etc-locale.gen "$pkgdir"/etc/locale.gen
install -Dm0644 etc-vconsole.conf "$pkgdir"/etc/vconsole.conf
- install -Dm0644 mirrorupgrade.hook -t "$pkgdir"/etc/pacman.d/hooks
+ install -Dm0644 mirrorupgrade.hook -t "$pkgdir"/usr/share/libalpm/hooks/
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