Merge pull request #5 from cogano/master
Corrections of PKGBUILD for released ebusd
This commit is contained in:
@@ -17,7 +17,7 @@ provides=('ebusd')
|
|||||||
install=ebusd.install
|
install=ebusd.install
|
||||||
options=()
|
options=()
|
||||||
backup=('etc/conf.d/ebusd')
|
backup=('etc/conf.d/ebusd')
|
||||||
source=("https://github.com/john30/ebusd/archive/v${_pkgver}.tar.gz" 'ebusd.service' 'ebusd')
|
source=("https://github.com/john30/ebusd/archive/v${_pkgver}.tar.gz" 'ebusd.service' 'ebusd_conf.d')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}"/${pkgname}-${_pkgver}
|
cd "${srcdir}"/${pkgname}-${_pkgver}
|
||||||
@@ -36,3 +36,6 @@ package() {
|
|||||||
install -d "${pkgdir}"/etc/conf.d
|
install -d "${pkgdir}"/etc/conf.d
|
||||||
install -m 0644 ../ebusd_conf.d "${pkgdir}"/etc/conf.d/ebusd
|
install -m 0644 ../ebusd_conf.d "${pkgdir}"/etc/conf.d/ebusd
|
||||||
}
|
}
|
||||||
|
md5sums=('1f3e61dcf54467a108d8b9b059bc641f'
|
||||||
|
'15b2fdb0a219fae6feecd539e8823864'
|
||||||
|
'a2b4d5557fd90ea30e04358da62597fb')
|
||||||
|
|||||||
Reference in New Issue
Block a user