Skip to content
Snippets Groups Projects
Commit 4951e8c8 authored by Matthieu Herrb's avatar Matthieu Herrb
Browse files

[wip/openni] less verbose install

parent 80734163
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment