summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2021-05-16 21:37:28 +0200
committerFederico Di Pierro2021-05-16 21:37:28 +0200
commit6934ad9cc3cdbeee93567e3ee7d8af5259957fb4 (patch)
treec417884a1ca1267306ea3a2e8f3bbf2d6f2c2084
parent282920c6c0f6effecd7aeab778ca60fd5ca68161 (diff)
downloadaur-6934ad9cc3cdbeee93567e3ee7d8af5259957fb4.tar.gz
Use ordering number.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 692c16d5c819..79b83f31398b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,5 +12,5 @@ md5sums=("13c7893e3e8b34479c42795d8f9e1ad3")
package() {
install -m755 -d "${pkgdir}/usr/share/libalpm/hooks"
- install -m644 "${srcdir}/systemd-boot.hook" "${pkgdir}/usr/share/libalpm/hooks/systemd-boot.hook"
+ install -m644 "${srcdir}/systemd-boot.hook" "${pkgdir}/usr/share/libalpm/hooks/95-systemd-boot.hook"
}