diff options
author | root <root@rshg054.dnsready.net> | 2013-05-14 01:18:40 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-14 01:18:40 -0700 |
commit | 2e5b72e5e8dfb5199a9b0da7c76d052a456662c2 (patch) | |
tree | fa055d4e2f367acb518de6c4e06b77b6d8cbef75 /community/hdapsd/PKGBUILD | |
parent | 66cb4a487ad73063c6b000279a5d5558fb7603f5 (diff) |
Tue May 14 01:18:40 PDT 2013
Diffstat (limited to 'community/hdapsd/PKGBUILD')
-rw-r--r-- | community/hdapsd/PKGBUILD | 5 |
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" } |