diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-25 09:55:36 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-25 09:55:36 +0200 |
commit | 1156f781cfa0b69dae5543b6210d32cfd2a414c6 (patch) | |
tree | 3962018e8a05458f539205d418b7202fdec883e1 | |
parent | bbe01982c069994ebe5dc74019c86c0b2ed1cedb (diff) |
fix newline addition on quiet build
-rw-r--r-- | mk/pkg-bottom.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk index d83b641bb..b455f36d5 100644 --- a/mk/pkg-bottom.mk +++ b/mk/pkg-bottom.mk @@ -209,7 +209,7 @@ ifeq (,$(filter noscripts,${PKG_OPTS})) done endif -@test -e '${STAGING_PKG_DIR}/${PKG_NAME}.scripts' && \ - cat '${STAGING_PKG_DIR}/${PKG_NAME}.scripts' >> '${STAGING_PKG_DIR}/${PKG_NAME}' || echo + cat '${STAGING_PKG_DIR}/${PKG_NAME}.scripts' >> '${STAGING_PKG_DIR}/${PKG_NAME}' touch $@ ${_IPKGS_COOKIE}: |