[Libosinfo] [PATCH libosinfo] Add symlink to allow using OSINFO_DATA_DIR=$srcdir

Cole Robinson crobinso at redhat.com
Mon Sep 22 17:03:18 UTC 2014


Creates a symlink 'db' pointing to 'data'. Now If I want to test commits
to ensure osinfo-detect works, I do:

  OSINFO_DATA_DIR=`pwd` ./tools/osinfo-detect

Signed-off-by: Cole Robinson <crobinso at redhat.com>
---
 db | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 db

diff --git a/db b/db
new file mode 120000
index 0000000..6320cd2
--- /dev/null
+++ b/db
@@ -0,0 +1 @@
+data
\ No newline at end of file
-- 
2.1.0




More information about the Libosinfo mailing list