diff options
author | Jeremy Katz <katzj@redhat.com> | 2005-03-29 18:36:45 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2005-03-29 18:36:45 +0000 |
commit | 3eede90004cfa9e12299aed178c652a91174a5fb (patch) | |
tree | b988f726fee46b21d95a0154322d4755384f9b50 /Makefile | |
parent | 7ec16efcd173926d85f8a801a0af390f93dc4689 (diff) | |
download | anaconda-3eede90004cfa9e12299aed178c652a91174a5fb.tar.gz anaconda-3eede90004cfa9e12299aed178c652a91174a5fb.tar.xz anaconda-3eede90004cfa9e12299aed178c652a91174a5fb.zip |
2005-03-29 Jeremy Katz <katzj@redhat.com>
* anaconda: Remove essentially unused config file data code,
product.img basically supplanted this.
* Makefile: Likewise.
* cmdline.py: Likewise.
* gui.py: Likewise.
* text.py: Likewise.
* dispatch.py: Likewise.
* instdata.py: Likewise.
* splashscreen.py: Likewise.
* iw/welcome_gui.py: Likewise.
* textw/welcome_text.py: Likewise.
* anaconda.conf: Remove file.
* configFileData.py: Likewise.
* readConfigFile.py: Likewise.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -70,8 +70,6 @@ install: mkdir -p $(DESTDIR)/$(ANACONDADATADIR) install -m 755 anaconda $(DESTDIR)/usr/sbin/anaconda - install -m 644 anaconda.conf $(DESTDIR)/$(ANACONDADATADIR) - install -m 755 mini-wm $(DESTDIR)/usr/bin/mini-wm cp -var $(PYFILES) $(DESTDIR)/$(PYTHONLIBDIR) |