From: geraldo netto <geraldone...@gmail.com>
Committer: Nadav Har'El <n...@scylladb.com>
Branch: master

groonga: fix path separator

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>
Message-Id: <1520545577-10145-1-git-send-email-geraldone...@gmail.com>

---
diff --git a/groonga/GET b/groonga/GET
--- 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

--
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