summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRadek Podgorny2019-02-05 20:17:55 +0100
committerRadek Podgorny2019-02-05 20:17:55 +0100
commit4ddb7c542a204554cddc2ed4685d7a4b3e0b8185 (patch)
treeaa919e0af96b767b28bc82c9f8caf45ea51b7a6d /PKGBUILD
parent7634595463fc1bdf9e24ecc54e8e0da812c59500 (diff)
downloadaur-4ddb7c542a204554cddc2ed4685d7a4b3e0b8185.tar.gz
fixed systemd service file install
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35602162df40..c5b7530182a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Thomas Haider <t.haider@deprecate.de>
pkgname=postsrsd-git
-pkgver=85.90718d7
+pkgver=127.39f68b5
pkgrel=1
pkgdesc="Provides the Sender Rewriting Scheme (SRS) via TCP-based lookup tables for Postfix"
provides=(postsrsd)
@@ -44,5 +44,5 @@ package() {
-e 's/^\(# is \).*$/\1localhost\.localdomain/'< postsrsd.default > postsrsd.conf
install -D -m644 "postsrsd.conf" "$pkgdir/etc/postsrsd/postsrsd.conf"
mkdir -p "$pkgdir/usr/lib/systemd/system"
- mv "$pkgdir/etc/systemd/system/postsrsd.service" "$pkgdir/usr/lib/systemd/system/"
+ install -D -m644 "postsrsd.systemd" "$pkgdir/usr/lib/systemd/system/"
}