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 f4e3f6cfe7..8e88fab574 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
- rm -rf $pkgdir/var/run
+ rm -r $pkgdir/usr/cmake || true
+ rm -rf $pkgdir/var/run || true
}
md5sums="a5be5f7efa93c4eae7f1d8812ff78c70 wt-3.3.6.tar.gz"