aboutsummaryrefslogtreecommitdiffstats
path: root/community/wt/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/wt/APKBUILD')
-rw-r--r--community/wt/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/wt/APKBUILD b/community/wt/APKBUILD
index 8e88fab574..b4cd96e015 100644
--- a/community/wt/APKBUILD
+++ b/community/wt/APKBUILD
@@ -43,8 +43,8 @@ build() {
package() {
cd "$builddir"/build
make DESTDIR=$pkgdir install
- rm -r $pkgdir/usr/cmake || true
- rm -rf $pkgdir/var/run || true
+ rm -rf $pkgdir/usr/cmake
+ rm -rf $pkgdir/var/run
}
md5sums="a5be5f7efa93c4eae7f1d8812ff78c70 wt-3.3.6.tar.gz"