From e98c49ca9502f6d46f876b12f7869a7402758e00 Mon Sep 17 00:00:00 2001 From: fbt Date: Mon, 8 Jan 2018 12:04:26 +0300 Subject: [PATCH] ssm.conf Signed-off-by: fbt --- PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index e97abb3..18ee2ad 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # % Trigger: 1513225986 % pkgname=ssm-git -pkgver=0.3.5.r22.ga715783 +pkgver=0.3.5.r24.g9343c78 pkgrel=1 pkgdesc='A simple service manager for Spark Linux' url='https://git.fleshless.org/ssm/about' @@ -12,6 +12,7 @@ depends=( 'bash' ) conflicts=( 'ssm' ) provides=( 'ssm' ) optdepends=( 'ssm-services-git: example scripts that mostly work out of the box on arch' ) +backup=( 'etc/ssm/ssm.conf' ) source=( "${pkgname}::git+https://git.fleshless.org/u/spark/ssm#branch=experimental" ) sha1sums=('SKIP') @@ -29,5 +30,6 @@ pkgver() { package() { cd "$pkgname" install -Dm755 ssm "$pkgdir/usr/bin/ssm" + install -Dm644 ssm.conf "$pkgdir/etc/ssm/ssm.conf" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }