summaryrefslogtreecommitdiff
path: root/pcr/olsrd
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-06 16:45:26 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-06 16:56:46 +0100
commit32e1fb16c53da5e6ef746c9c8340beabab97b4a4 (patch)
tree4b0bfdbe3cabe8e333622832e5f450d6d33cf350 /pcr/olsrd
parentb6aa2253859525ec3b4a49ea9dd2e457b94454a5 (diff)
pcr/olsrd: fixed syntax errors in PKGBUILD
Diffstat (limited to 'pcr/olsrd')
-rw-r--r--pcr/olsrd/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/olsrd/PKGBUILD b/pcr/olsrd/PKGBUILD
index 3f45ce5e9..7bcd86680 100644
--- a/pcr/olsrd/PKGBUILD
+++ b/pcr/olsrd/PKGBUILD
@@ -9,7 +9,7 @@ url="http://www.olsr.org"
license=('BSD')
depends=('glibc')
makedepends=('bison')
-backup=etc/olsrd.conf
+backup=(etc/olsrd.conf)
install=olsrd.install
source=(http://www.olsr.org/releases/0.6/${pkgname}-${pkgver}.tar.bz2 rc.d.olsrd)
md5sums=('a75fc9b6252df5b5f49f13418fafeff1' 'bc3e393e0179ffff0a6d6c9d6a5c4b60')