diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-06 16:45:26 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-06 16:56:46 +0100 |
commit | 32e1fb16c53da5e6ef746c9c8340beabab97b4a4 (patch) | |
tree | 4b0bfdbe3cabe8e333622832e5f450d6d33cf350 /pcr/olsrd | |
parent | b6aa2253859525ec3b4a49ea9dd2e457b94454a5 (diff) | |
download | abslibre-32e1fb16c53da5e6ef746c9c8340beabab97b4a4.tar.gz abslibre-32e1fb16c53da5e6ef746c9c8340beabab97b4a4.tar.bz2 abslibre-32e1fb16c53da5e6ef746c9c8340beabab97b4a4.zip |
pcr/olsrd: fixed syntax errors in PKGBUILD
Diffstat (limited to 'pcr/olsrd')
-rw-r--r-- | pcr/olsrd/PKGBUILD | 2 |
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') |