[lxc-devel] [PATCH] Reinstate README file in rootfs directory

Dwight Engen dwight.engen at oracle.com
Thu Oct 25 17:46:34 UTC 2012


Change 5fd8314f removed the README file explaining why the
rootfs directory has to exist. Doing so broke the build on
Fedora 17 since this directory will not be created by make
install and thus the spec file cannot find it.

Signed-off-by: Dwight Engen <dwight.engen at oracle.com>
---
 doc/rootfs/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/rootfs/Makefile.am b/doc/rootfs/Makefile.am
index c9bb45d..44d24ed 100644
--- a/doc/rootfs/Makefile.am
+++ b/doc/rootfs/Makefile.am
@@ -1,3 +1,3 @@
 READMEdir=@LXCROOTFSMOUNT@
 
-README_DATA=
+README_DATA=README
-- 
1.7.1





More information about the lxc-devel mailing list