From 6a87388bee4278ca1f43a77edcc8c170fd5d5f41 Mon Sep 17 00:00:00 2001 From: NoName Date: Mon, 16 Mar 2015 18:35:22 +0100 Subject: [PATCH] Corrected reference to "source" file. --- contrib/archlinux/ebusd/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/archlinux/ebusd/PKGBUILD b/contrib/archlinux/ebusd/PKGBUILD index b65a39ec..589b12dc 100644 --- a/contrib/archlinux/ebusd/PKGBUILD +++ b/contrib/archlinux/ebusd/PKGBUILD @@ -17,7 +17,7 @@ provides=('ebusd') install=ebusd.install options=() 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() { cd "${srcdir}"/${pkgname}-${_pkgver}