diff options
| author | David Cantrell <dcantrell@redhat.com> | 2012-08-16 17:27:13 -0400 |
|---|---|---|
| committer | David Cantrell <dcantrell@redhat.com> | 2012-08-16 17:29:04 -0400 |
| commit | 011ea0a1779459ed20990ddf52166aa75a9c1382 (patch) | |
| tree | d2726de37a8e34da878b4e6dbec3d86e10ea99be /data/Makefile.am | |
| parent | dd7387e9768efffedd4f838c18ce5cbbfb5713c9 (diff) | |
| download | anaconda-011ea0a1779459ed20990ddf52166aa75a9c1382.tar.gz anaconda-011ea0a1779459ed20990ddf52166aa75a9c1382.tar.xz anaconda-011ea0a1779459ed20990ddf52166aa75a9c1382.zip | |
Remove linuxrc.s390
The mainframe no longer needs an overly complicated shell script to
bring up the complicated installation environment. It boots the way
other architectures do, except on punch cards and lab coats.
Diffstat (limited to 'data/Makefile.am')
| -rw-r--r-- | data/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index deca2e4d5..897958c0f 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,4 +1,4 @@ -# liveinst/Makefile.am for anaconda +# data/Makefile.am for anaconda # # Copyright (C) 2009 Red Hat, Inc. # @@ -35,11 +35,6 @@ dist_lang_DATA = lang-table tmuxdir = $(datadir)/$(PACKAGE_NAME) dist_tmux_DATA = tmux.conf -if IS_S390 -shareddir = $(datadir)/$(PACKAGE_NAME) -dist_shared_SCRIPTS = linuxrc.s390 -endif - MAINTAINERCLEANFILES = Makefile.in lang-names: lang-table |
