From 434445ee1e9f22b55ce8994d78794ae33a6d8247 Mon Sep 17 00:00:00 2001 From: Dwight Engen Date: Thu, 25 Oct 2012 13:46:34 -0400 Subject: [PATCH] Reinstate README file in rootfs directory MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Acked-by: Stéphane Graber --- doc/rootfs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rootfs/Makefile.am b/doc/rootfs/Makefile.am index c9bb45db1..44d24ed9e 100644 --- a/doc/rootfs/Makefile.am +++ b/doc/rootfs/Makefile.am @@ -1,3 +1,3 @@ READMEdir=@LXCROOTFSMOUNT@ -README_DATA= +README_DATA=README -- 2.47.2