summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--anaconda.spec.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5535021d8..8014633d8 100644
--- a/Makefile
+++ b/Makefile
@@ -4,13 +4,13 @@ VERSION = 7.1
RELEASE = 1
SNAPRELEASE = $(RELEASE)$(shell date "+.%Y%m%d%H%M")
-SUBDIRSHD = balkan isys libfdisk collage minislang loader po text-help \
+SUBDIRSHD = balkan isys libfdisk collage loader po text-help \
textw utils scripts bootdisk installclasses \
keymaps fonts gnome-map iw help pixmaps
SUBDIRS = $(SUBDIRSHD)
ifneq (ia64, $(ARCH))
-SUBDIRSHD += stubs
+SUBDIRSHD += stubs minislang
endif
ifeq (i386, $(ARCH))
diff --git a/anaconda.spec.in b/anaconda.spec.in
index 11e437e03..795b7bd2e 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -9,7 +9,7 @@ Obsoletes: anaconda-reconfig
BuildPreReq: pump-devel, kudzu-devel, pciutils-devel, bzip2-devel, e2fsprogs-devel, python-devel db3-devel
Prereq: chkconfig /etc/init.d
Requires: rpm-python
-Excludearch: ia64 sparc sparc64
+Excludearch: sparc sparc64
BuildRoot: /var/tmp/anaconda-%{PACKAGE_VERSION}