summaryrefslogtreecommitdiff
path: root/mk/pkg-bottom.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-08-01 20:09:09 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-08-01 20:09:09 +0200
commit9d8ce74086152a6431f92e95533a31a0cd6b2d23 (patch)
tree114dea73035cef5daa129fec4da31febf292dd66 /mk/pkg-bottom.mk
parentd797df53c90b50b326fb0f39a6928e207e1cbe1d (diff)
parent4fa46b6a63a479a7a216b519c329dbfe53b0ca39 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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}),)