summaryrefslogtreecommitdiff
path: root/community/hdapsd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/hdapsd/PKGBUILD')
-rw-r--r--community/hdapsd/PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/community/hdapsd/PKGBUILD b/community/hdapsd/PKGBUILD
index 74aa528f0..61c0d5d0d 100644
--- a/community/hdapsd/PKGBUILD
+++ b/community/hdapsd/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=hdapsd
pkgver=20090401
-pkgrel=5
+pkgrel=6
pkgdesc='HDAPS userspace hard drive protection daemon'
arch=('i686' 'x86_64')
url='http://sourceforge.net/projects/hdaps/'
@@ -13,12 +13,10 @@ depends=('glibc')
backup=('etc/conf.d/hdapsd')
source=("http://downloads.sourceforge.net/hdaps/hdapsd-${pkgver}.tar.gz"
'hdapsd.conf.d'
- 'hdapsd.rc.d'
'hdapsd.systemd'
'hdapsd.wrapper')
md5sums=('897cee8b0192febd127470f3e9506aeb'
'07fc036c8717bf5a38bbc269ed38ad19'
- '9ab70348da9751810a2bbac51e18ac75'
'4b1378d43dc9431982f6605265c24f3b'
'11270661f3a543268786a68bbe74a6bb')
@@ -36,7 +34,6 @@ package() {
# install rc script and its configuration file
install -Dm0644 "${srcdir}/hdapsd.conf.d" "${pkgdir}/etc/conf.d/hdapsd"
- install -Dm0755 "${srcdir}/hdapsd.rc.d" "${pkgdir}/etc/rc.d/hdapsd"
install -Dm0644 "${srcdir}/hdapsd.systemd" "${pkgdir}/usr/lib/systemd/system/hdapsd.service"
install -Dm0755 "${srcdir}/hdapsd.wrapper" "${pkgdir}/usr/sbin/hdapsd-wrapper"
}