summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>1999-12-06 18:43:52 +0000
committerMike Fulbright <msf@redhat.com>1999-12-06 18:43:52 +0000
commitfe8fdb819f158d93afc0518b62fc5cb46d62a219 (patch)
treef21430a541e44aa6bc4da0d334c18b78799b8f15 /Makefile
parentc646c48977de6d2b5b61612303f7c4533db61f00 (diff)
downloadanaconda-fe8fdb819f158d93afc0518b62fc5cb46d62a219.tar.gz
anaconda-fe8fdb819f158d93afc0518b62fc5cb46d62a219.tar.xz
anaconda-fe8fdb819f158d93afc0518b62fc5cb46d62a219.zip
Reverting changes to require --install or --reconfig - will instead
require either --reconfig or else an install method specification. Dr Mike <drmike@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index babae963e..a20d8c339 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ install-reconfig: all
mkdir -p $(RECFGDESTDIR)/$(PYTHONLIBDIR)
cp -a reconfig.init $(RECFGDESTDIR)/etc/rc.d/init.d/reconfig
- cp -a anaconda $(RECFGDESTDIR)/usr/sbin/anaconda-reconfig
+ cp -a anaconda $(RECFGDESTDIR)/usr/sbin/anaconda
cp -var $(PYFILES) $(RECFGDESTDIR)/$(PYTHONLIBDIR)
./py-compile --basedir $(RECFGDESTDIR)/$(PYTHONLIBDIR) $(PYFILES)
cp -a *.so $(RECFGDESTDIR)/$(PYTHONLIBDIR)
@@ -94,6 +94,7 @@ create-archive:
@rm -rf /tmp/anaconda-$(VERSION)
@echo "WARNING WARNING WARNING: Pulling HEAD off - need to do tagging instead!"
@cd /tmp ; cvs -Q -d $(CVSROOT) export -r HEAD anaconda || echo "Um... export aborted."
+ @cd /tmp/anaconda ; rm isys/modutils/modutils.spec; rm pump/pump.spec
@cd /tmp/anaconda ; sed -e "s/@@VERSION@@/$(VERSION)/g" < anaconda.spec.in > anaconda.spec
@mv /tmp/anaconda /tmp/anaconda-$(VERSION)
@cd /tmp ; tar -czSpf anaconda-$(VERSION).tar.gz anaconda-$(VERSION)