diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-03-25 21:08:50 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-25 22:36:12 +0100 |
commit | 48524ca117810bf731d4225ffc6e719c9b037b8e (patch) | |
tree | e82aa82c0eff5d6a413f4283b8154f656f8d651b /main/smartmontools/APKBUILD | |
parent | 4c9e93cb9e3f3688ca1e28ff25cbd8c6cf166615 (diff) | |
download | aports-48524ca117810bf731d4225ffc6e719c9b037b8e.tar.bz2 aports-48524ca117810bf731d4225ffc6e719c9b037b8e.tar.xz |
main/smartmontools: do not remove nonexistent directory
This package is trying to remove a directory that does not exist
on current version.
Diffstat (limited to 'main/smartmontools/APKBUILD')
-rw-r--r-- | main/smartmontools/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/smartmontools/APKBUILD b/main/smartmontools/APKBUILD index 1217061408..91990f52fe 100644 --- a/main/smartmontools/APKBUILD +++ b/main/smartmontools/APKBUILD @@ -28,7 +28,6 @@ build() { package() { cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir"/ install - rm -r "$pkgdir"/etc/rc.d install -Dm755 ../smartd.initd "$pkgdir"/etc/init.d/smartd install -Dm644 ../smartd.confd "$pkgdir"/etc/conf.d/smartd } |