diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-09-16 08:47:10 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-09-16 08:47:10 -0700 |
commit | 53d73577440a313137f8aff6d82359b0971b58b8 (patch) | |
tree | 60e023615fab923dd4954cd1e6ffce73df432666 | |
parent | catalyst-auto: Build ppc and ppc64 stages from catalyst-auto-ppc.conf (diff) | |
download | releng-53d73577440a313137f8aff6d82359b0971b58b8.tar.gz releng-53d73577440a313137f8aff6d82359b0971b58b8.tar.bz2 releng-53d73577440a313137f8aff6d82359b0971b58b8.zip |
catalyst-auto: Build ppc install CD from 32-bit specs
-rw-r--r-- | tools/catalyst-auto-ppc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf index 656ee88d..bc4ee17f 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.conf @@ -8,7 +8,7 @@ SPECS="ppc32/stage1.spec ppc32/stage3.spec ppc64/stage1.spec ppc64/stage3.spec" #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec" #SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec" -OPTIONAL_SPECS="ppc/installcd-stage1.spec ppc/installcd-stage2-minimal.spec" +OPTIONAL_SPECS="ppc32/installcd-stage1.spec ppc32/installcd-stage2-minimal.spec" KCONFIG_DIR=${REPO_DIR}/releases/weekly/kconfig/powerpc |