[arch-commits] Commit in snapper/trunk (PKGBUILD)
Massimiliano Torromeo
mtorromeo at archlinux.org
Mon Jan 14 16:02:23 UTC 2019
Date: Monday, January 14, 2019 @ 16:02:22
Author: mtorromeo
Revision: 423076
dbuspolicydir rebuild
Modified:
snapper/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-14 13:09:27 UTC (rev 423075)
+++ PKGBUILD 2019-01-14 16:02:22 UTC (rev 423076)
@@ -3,7 +3,7 @@
pkgname=snapper
pkgver=0.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and restore snapshots and provides timelined auto-snapping."
arch=('x86_64')
url="http://snapper.io"
@@ -27,6 +27,9 @@
# fix pam plugin install location
sed -i -e 's at shell echo /@shell echo /usr/@g' pam/Makefile.am
+ # dbus policy files in /usr/share/dbus-1
+ sed -i -e 's@/etc/dbus-1/@/usr/share/dbus-1/@' data/Makefile.am
+
# all in /usr/bin
sed -i -e 's@/usr/sbin@/usr/bin at g' data/org.opensuse.Snapper.service
More information about the arch-commits
mailing list