summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b5b49b3c3..fc598e61f 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ MINISLANG=minislang
STUBS=stubs
endif
-SUBDIRSHD = balkan isys collage $(MINISLANG) loader po \
+SUBDIRSHD = balkan isys collage $(MINISLANG) po \
textw utils scripts bootdisk installclasses \
keymaps fonts iw pixmaps $(STUBS) iconvmodule
SUBDIRS = $(SUBDIRSHD)
@@ -102,6 +102,7 @@ create-snapshot:
@cd /tmp/anaconda ; rm -rf comps
@cd /tmp/anaconda ; rm -rf help
@cd /tmp/anaconda ; rm -rf text-help
+ @cd /tmp/anaconda ; rm -rf booty
@cd /tmp/anaconda ; sed -e "s/@@VERSION@@/$(VERSION)/g" -e "s/@@RELEASE@@/$(SNAPRELEASE)/g" < anaconda.spec.in > anaconda.spec
@mv /tmp/anaconda /tmp/anaconda-$(VERSION)
@cd /tmp ; tar --bzip2 -cSpf anaconda-$(VERSION).tar.bz2 anaconda-$(VERSION)