summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsomini2020-09-07 01:31:16 +0100
committersomini2020-09-07 01:31:16 +0100
commita0f382b6fbf8b03a27dad97feb9f1efcd3333fbc (patch)
tree174a2b103c480efdedd4f711870e8c55267e1484
parent800aac3f9c3b0fc7bed4efbad3f93bbfa905362f (diff)
downloadaur-a0f382b6fbf8b03a27dad97feb9f1efcd3333fbc.tar.gz
Move tarsnap configuration to the right location
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3d270f704b8..07b4021fc074 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tarsnystemd
pkgdesc = SystemD and tarsnap, finally together.
pkgver = 0.1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/somini/tarsnystemd
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 8bf26edc3ace..b294b1b51197 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tarsnystemd
pkgver=0.1
_pkgver="v$pkgver"
-pkgrel=1
+pkgrel=2
pkgdesc="SystemD and tarsnap, finally together."
arch=('any')
url="https://gitlab.com/somini/tarsnystemd"
@@ -20,7 +20,7 @@ package() {
cd "$pkgname-${_pkgver}"
# Single Files
install -D -m755 "tarsnystemd" "${pkgdir}/usr/bin/tarsnystemd"
- install -D -m644 "tarsnap-system.conf" "${pkgdir}/etc/tarsnap.conf"
+ install -D -m644 "tarsnap-system.conf" "${pkgdir}/etc/tarsnap/tarsnap.conf"
install -D -m644 "tarsnystemd.tmpfiles.conf" "${pkgdir}/usr/lib/tmpfiles.d/tarsnystemd.conf"
# Folders
install -D -m644 -t "${pkgdir}/usr/lib/systemd/system" system/*