summaryrefslogtreecommitdiffstats
path: root/rules/ipkg.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-19 17:02:34 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-19 17:02:34 +0000
commit1e96d86e0c3bc3c47b57d3e4085edcb4776ccdf6 (patch)
tree9bf2ac1ea1acc87130dcbee4603855dabc1833ef /rules/ipkg.make
parent65619f48031f931642499c9cdc49ed99f2eb2e83 (diff)
downloadptxdist-1e96d86e0c3bc3c47b57d3e4085edcb4776ccdf6.tar.gz
ptxdist-1e96d86e0c3bc3c47b57d3e4085edcb4776ccdf6.tar.xz
from 0.7
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4336 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ipkg.make')
-rw-r--r--rules/ipkg.make8
1 files changed, 7 insertions, 1 deletions
diff --git a/rules/ipkg.make b/rules/ipkg.make
index 5f1a73bb2..0b1560319 100644
--- a/rules/ipkg.make
+++ b/rules/ipkg.make
@@ -120,7 +120,13 @@ $(STATEDIR)/ipkg.targetinstall: $(ipkg_targetinstall_deps_default)
@$(call install_link, libipkg.so.0.0.0, /usr/lib/libipkg.so.0.0)
@$(call install_link, libipkg.so.0.0.0, /usr/lib/libipkg.so.0)
- @$(call install_copy, 0, 0, 0755, $(IPKG_DIR)/.libs/ipkg-cl, /usr/bin/ipkg)
+ifndef PTXCONF_IPKG_LOG_WRAPPER
+ @$(call install_copy, 0, 0, 0755, $(IPKG_DIR)/.libs/ipkg-cl, /usr/bin/ipkg)
+endif
+ifdef PTXCONF_IPKG_LOG_WRAPPER
+ @$(call install_copy, 0, 0, 0755, $(IPKG_DIR)/.libs/ipkg-cl, /usr/bin/ipkg-cl)
+ @$(call install_copy, 0, 0, 0755, $(PTXDIST_TOPDIR)/projects/generic/bin/ipkg_log_wrapper, /usr/bin/ipkg, n)
+endif
ifdef PTXCONF_IPKG_EXTRACT_TEST
@$(call install_copy, 0, 0, 0755, $(IPKG_DIR)/ipkg_extract_test, /usr/bin/ipkg_extract_test)