fix path separator that way manifest_common.py does not fail when building mysql

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

diff --git a/mysql/GET b/mysql/GET
index 0f6b2c9..edc033e 100755
--- a/mysql/GET
+++ b/mysql/GET
@@ -40,9 +40,9 @@ $(cat CMakeFiles/mysqld.dir/link.txt) -shared
 cd $BASEDIR
 
 echo "
-/etc/**:${ROOTDIR}/etc/**
-/usr/share/**:${ROOTDIR}/usr/share/**
-/usr/lib/**:${ROOTDIR}/usr/lib/**
-/usr/data/**:${ROOTDIR}/usr/data/**
-/usr/bin/mysqld:${BUILDDIR}/sql/mysqld
+/etc/**: ${ROOTDIR}/etc/**
+/usr/share/**: ${ROOTDIR}/usr/share/**
+/usr/lib/**: ${ROOTDIR}/usr/lib/**
+/usr/data/**: ${ROOTDIR}/usr/data/**
+/usr/bin/mysqld: ${BUILDDIR}/sql/mysqld
 " > 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