[arch-commits] Commit in rsnapshot/trunk (PKGBUILD)

Florian Pritz bluewind at archlinux.org
Wed Sep 28 13:13:21 UTC 2016


    Date: Wednesday, September 28, 2016 @ 13:13:20
  Author: bluewind
Revision: 190708

fix FS#50920 - [rsnapshot] please include rsnapreport.pl utility

upgpkg: rsnapshot 1.4.2-2

Modified:
  rsnapshot/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-28 10:25:51 UTC (rev 190707)
+++ PKGBUILD	2016-09-28 13:13:20 UTC (rev 190708)
@@ -7,7 +7,7 @@
 
 pkgname=rsnapshot
 pkgver=1.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A remote filesystem snapshot utility"
 arch=('any')
 url="http://www.rsnapshot.org"
@@ -46,6 +46,7 @@
 	cd "${srcdir}/${pkgname}-${pkgver}"
 
 	make DESTDIR=${pkgdir} install
+	install -Dm755 utils/rsnapreport.pl "$pkgdir/usr/bin/rsnapreport.pl"
 	mv ${pkgdir}/etc/rsnapshot.conf.default ${pkgdir}/etc/rsnapshot.conf
 	install -Dm644 ${srcdir}/rsnapshot ${pkgdir}/etc/logrotate.d/rsnapshot
 }



More information about the arch-commits mailing list