diff options
author | Josef Miegl | 2019-02-07 20:52:17 +0100 |
---|---|---|
committer | Josef Miegl | 2019-02-07 20:52:17 +0100 |
commit | d2469f8079ba4e577129cde0264fbf29c75b2ab8 (patch) | |
tree | a8bcd4679c963805f2300997e165a870e40f0e5e | |
parent | 966a8de3c55365abc635c72b9193bbc616f4aaaf (diff) | |
download | aur-d2469f8079ba4e577129cde0264fbf29c75b2ab8.tar.gz |
add backup
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,7 @@ pkgbase = osmo-bsc-git depends = osmo-mgw provides = osmo-bsc conflicts = osmo-bsc + backup = etc/osmocom/osmo-bsc.cfg source = git+https://git.osmocom.org/osmo-bsc sha256sums = SKIP @@ -11,6 +11,7 @@ depends=('libosmocore' 'libosmo-abis' 'libosmo-sccp' 'osmo-mgw') makedepends=('git' 'talloc') provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") +backup=('etc/osmocom/osmo-bsc.cfg') source=("git+https://git.osmocom.org/${pkgname%-git}") sha256sums=('SKIP') |