fix path separator that way manifest_common.py does not fail when building 
groonga
build was tested on linux mint 18.3

Signed-off-by: geraldo netto <geraldone...@gmail.com>
---
 groonga/GET | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/groonga/GET b/groonga/GET
index d2e2ee3..47d53f9 100755
--- a/groonga/GET
+++ b/groonga/GET
@@ -24,8 +24,8 @@ cd $BASEDIR
 find . -name "*.so" |  xargs -I {} ldd {} | grep -Po '(?<=> )/[^ ]+' | sort | 
uniq | grep -Pv 'lib(c|dl|m|util|rt|pthread|z|groonga.*).so' | xargs -I {} 
install  {} install/lib
 
 echo "
-/usr/etc/**:${ROOTDIR}/etc/**
-/usr/share/**:${ROOTDIR}/share/**
-/usr/lib/**:${ROOTDIR}/lib/**
-/usr/bin/groonga:${ROOTDIR}/bin/groonga
+/usr/etc/**: ${ROOTDIR}/etc/**
+/usr/share/**: ${ROOTDIR}/share/**
+/usr/lib/**: ${ROOTDIR}/lib/**
+/usr/bin/groonga: ${ROOTDIR}/bin/groonga
 " > usr.manifest
-- 
2.7.4

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to