summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2012-02-10 16:36:35 -0500
committerWill Woods <wwoods@redhat.com>2012-03-16 12:35:53 -0400
commitd29d429acd9c4fe274994f014c01dc73098c38bd (patch)
tree6320fffba8cf50353c76da7a707d5f06994f63af
parent85f6dc2baae051f4f99db82fc64c89c53cf5611a (diff)
downloadanaconda-d29d429acd9c4fe274994f014c01dc73098c38bd.tar.gz
anaconda-d29d429acd9c4fe274994f014c01dc73098c38bd.tar.xz
anaconda-d29d429acd9c4fe274994f014c01dc73098c38bd.zip
move linuxrc.s390 out of harm's way
We still need linuxrc.s390 (that's a project for another year), so move it out of loader/ while we warm up the orbital lasers.
-rw-r--r--data/Makefile.am5
-rw-r--r--data/linuxrc.s390 (renamed from loader/linuxrc.s390)0
2 files changed, 5 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 6e5b5b949..cc82ae5d5 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -29,6 +29,11 @@ langdir = $(datadir)/$(PACKAGE_NAME)
lang_DATA = lang-names
dist_lang_DATA = lang-table
+if IS_S390
+shareddir = $(datadir)/$(PACKAGE_NAME)
+dist_shared_SCRIPTS = linuxrc.s390
+endif
+
MAINTAINERCLEANFILES = Makefile.in
lang-names: lang-table
diff --git a/loader/linuxrc.s390 b/data/linuxrc.s390
index 328049831..328049831 100644
--- a/loader/linuxrc.s390
+++ b/data/linuxrc.s390