summaryrefslogtreecommitdiffstats
path: root/loader/hdinstall.c
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2010-06-24 10:56:07 -0400
committerChris Lumens <clumens@redhat.com>2010-06-28 13:09:18 -0400
commit924b78c215abbb642b9e2811854ef56b2412f107 (patch)
tree15d63c5a963f8c713a123371aefad83abfaa2a99 /loader/hdinstall.c
parent52a2882564f133990b23c8169d3566d6b8597664 (diff)
downloadanaconda-924b78c215abbb642b9e2811854ef56b2412f107.tar.gz
anaconda-924b78c215abbb642b9e2811854ef56b2412f107.tar.xz
anaconda-924b78c215abbb642b9e2811854ef56b2412f107.zip
Move isys and booty into the pyanaconda/ directory, adjust paths to match.
This is required so the source layout and package layout have a similar enough structure to make our test setup work. Without this move, you can't run "make check" or checkbot without getting error messages about no such module pyanaconda.booty.
Diffstat (limited to 'loader/hdinstall.c')
-rw-r--r--loader/hdinstall.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/loader/hdinstall.c b/loader/hdinstall.c
index cf5b79c84..5712de048 100644
--- a/loader/hdinstall.c
+++ b/loader/hdinstall.c
@@ -46,10 +46,10 @@
#include "cdinstall.h"
#include "windows.h"
-#include "../isys/imount.h"
-#include "../isys/isys.h"
-#include "../isys/eddsupport.h"
-#include "../isys/log.h"
+#include "../pyanaconda/isys/imount.h"
+#include "../pyanaconda/isys/isys.h"
+#include "../pyanaconda/isys/eddsupport.h"
+#include "../pyanaconda/isys/log.h"
/* boot flags */
extern uint64_t flags;