From 4951e8c827485ec37068d19b0bf2749d11be6f32 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb <matthieu.herrb@laas.fr> Date: Tue, 14 Dec 2010 14:37:59 +0100 Subject: [PATCH] [wip/openni] less verbose install --- openni/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openni/Makefile b/openni/Makefile index b38e901e..3fb22677 100644 --- a/openni/Makefile +++ b/openni/Makefile @@ -98,8 +98,8 @@ do-install: ${PREFIX}/include/ni cd ${WRKDIR}/bin; ${PAX} -rwp ma . ${PREFIX}/bin cd ${WRKDIR}/lib; ${PAX} -rwp ma . ${PREFIX}/lib - cd ${WRKSRC}; for file in `cat Platform/Linux-x86/CreateRedist/install.sh | grep MODULES= | sed 's/\"//g' | awk -F "=" {'print $$2'}`; do \ - echo "${PREFIX}/lib/$$file"; \ + @cd ${WRKSRC}; for file in `cat Platform/Linux-x86/CreateRedist/install.sh | grep MODULES= | sed 's/\"//g' | awk -F "=" {'print $$2'}`; do \ + echo "Installing $$file"; \ ${PREFIX}/bin/niReg -r ${PREFIX}/lib/$$file ${OPENNI_SHARE}; \ done -- GitLab