summaryrefslogtreecommitdiff
path: root/mk/pkg-bottom.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-08-01 16:43:53 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-08-01 16:43:53 +0200
commit6aa7532505d6db002a2d2fc33ebc881d3c4e1bb7 (patch)
tree44d425c21d9e8b12004f58431532f47cf6273d99 /mk/pkg-bottom.mk
parent3da99af93a2f24288aba5d8aa2879ce1b6e95dbb (diff)
disable global ipv6 configuration symbol, use flavours instead
Diffstat (limited to 'mk/pkg-bottom.mk')
-rw-r--r--mk/pkg-bottom.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk
index 466a4c398..101a240a9 100644
--- a/mk/pkg-bottom.mk
+++ b/mk/pkg-bottom.mk
@@ -129,8 +129,7 @@ post-install:
${_FAKE_COOKIE}: ${_BUILD_COOKIE}
-rm -f ${_ALL_CONTROLS}
@mkdir -p '${STAGING_PARENT}/pkg' ${WRKINST} '${STAGING_DIR}/scripts'
- @mkdir -p ${WRKINST}/{sbin,bin,etc,lib}
- @mkdir -p ${WRKINST}/usr/{sbin,bin,etc,lib}
+ @mkdir -p ${WRKINST}/{sbin,bin,etc,lib} ${WRKINST}/usr/{sbin,bin,lib}
@${MAKE} ${_ALL_CONTROLS} $(MAKE_TRACE)
@env ${MAKE_ENV} ${MAKE} pre-install $(MAKE_TRACE)
ifneq ($(filter manual,${INSTALL_STYLE}),)