aboutsummaryrefslogtreecommitdiffstats
path: root/main/dhcp
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2019-10-27 14:21:36 +0100
committerJakub Jirutka <jakub@jirutka.cz>2019-10-27 15:03:53 +0100
commit087c114d334af7cb92d6504c73b1df898dd6c584 (patch)
tree65701a5bc19cf1c7ec5197cdc4589d083c748208 /main/dhcp
parent8bf0b0185770da097128dd7c099c5455c4671d05 (diff)
downloadaports-087c114d334af7cb92d6504c73b1df898dd6c584.tar.bz2
aports-087c114d334af7cb92d6504c73b1df898dd6c584.tar.xz
main/dhcp: don't remove build dirs to allow re-running package phase
Diffstat (limited to 'main/dhcp')
-rw-r--r--main/dhcp/APKBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/dhcp/APKBUILD b/main/dhcp/APKBUILD
index 991b5cf149..6d500b3131 100644
--- a/main/dhcp/APKBUILD
+++ b/main/dhcp/APKBUILD
@@ -161,8 +161,6 @@ server_ldap() {
install -d "$subpkgdir"
make DESTDIR="$subpkgdir" -C "$builddir-ldap/server" install-sbinPROGRAMS
- cd "$builddir"
- rm -rf "$builddir-ldap"
}
server_vanilla() {