summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77c73c7f5b79..9ed59b8c82fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=grub-btrfs
pkgver=3.5
-pkgrel=1
+pkgrel=2
pkgdesc='Include btrfs snapshots in GRUB boot options'
arch=('any')
url='https://github.com/Antynea/grub-btrfs'
@@ -23,8 +23,8 @@ package() {
install -Dm755 -t "$pkgdir/etc/grub.d" 41_snapshots-btrfs_config
install -Dm644 -t "$pkgdir/usr/share/locale/fr/LC_MESSAGES" localisation/fr/grub-btrfs-git.mo
install -Dm644 -t "$pkgdir/usr/share/licenses/grub-btrfs" LICENSE
- install -Dm644 -t "$pkgdir/etc/systemd/system/snapper-timeline.service.d" 10-update_grub.conf
- install -Dm644 -t "$pkgdir/etc/systemd/system/snapper-cleanup.service.d" 10-update_grub.conf
+ install -Dm644 -t "$pkgdir/usr/lib/systemd/system/snapper-timeline.service.d" 10-update_grub.conf
+ install -Dm644 -t "$pkgdir/usr/lib/systemd/system/snapper-cleanup.service.d" 10-update_grub.conf
}
# vim:set ts=4 sw=4 et: