The build is failing with this patch:
cd . && /bin/sh /home/alinefm/kimchi/build-aux/missing automake-1.13 --gnu
Makefile.am: error: required file './README' not found
make: *** [Makefile.in] Error 1
cd . && /bin/sh /home/alinefm/kimchi/build-aux/missing automake-1.13 --gnu
Makefile.am: error: required file './README' not found
make: *** [Makefile.in] Error 1
On 09/30/2014 03:09 PM, Crístian Viana wrote:
The file "README" is a markdown file but as it doesn't
have the suffix
".md", Github doesn't render it with markdown style.
Rename the symlink "README" in order to be displayed with markdown style
on Github.
Signed-off-by: Crístian Viana <vianac(a)linux.vnet.ibm.com>
---
README | 1 -
README.md | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
delete mode 120000 README
create mode 120000 README.md
diff --git a/README b/README
deleted file mode 120000
index 0e01b43..0000000
--- a/README
+++ /dev/null
@@ -1 +0,0 @@
-docs/README.md
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 120000
index 0000000..0e01b43
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+docs/README.md
\ No newline at end of file