summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-03-29 18:36:45 +0000
committerJeremy Katz <katzj@redhat.com>2005-03-29 18:36:45 +0000
commit3eede90004cfa9e12299aed178c652a91174a5fb (patch)
treeb988f726fee46b21d95a0154322d4755384f9b50 /Makefile
parent7ec16efcd173926d85f8a801a0af390f93dc4689 (diff)
downloadanaconda-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--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0910de09f..9b99fedff 100644
--- a/Makefile
+++ b/Makefile
@@ -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)