aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBreno Leitao <breno.leitao@gmail.com>2017-03-25 21:08:50 +0000
committerJakub Jirutka <jakub@jirutka.cz>2017-03-25 22:36:12 +0100
commit48524ca117810bf731d4225ffc6e719c9b037b8e (patch)
treee82aa82c0eff5d6a413f4283b8154f656f8d651b
parent4c9e93cb9e3f3688ca1e28ff25cbd8c6cf166615 (diff)
downloadaports-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.
-rw-r--r--main/smartmontools/APKBUILD1
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
}