From 097690e7807924187d0365ac1d0194192d2422f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Porcel?= Date: Fri, 16 Aug 2013 10:23:08 +0000 Subject: [PATCH] Typo --- tools/catalyst-auto-armv4tl.conf | 2 +- tools/catalyst-auto-armv5tel.conf | 2 +- tools/catalyst-auto-armv6j.conf | 2 +- tools/catalyst-auto-armv6j_hardfp.conf | 2 +- tools/catalyst-auto-armv7a.conf | 2 +- tools/catalyst-auto-armv7a_hardfp.conf | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/catalyst-auto-armv4tl.conf b/tools/catalyst-auto-armv4tl.conf index 0a09773a..70e4d074 100644 --- a/tools/catalyst-auto-armv4tl.conf +++ b/tools/catalyst-auto-armv4tl.conf @@ -4,7 +4,7 @@ GITDIR=/root/releng/ SPECS_DIR=${GITDIR}/releases/weekly/specs/arm/armv4tl -SUBARCH=`grep subarch $SPECSDIR/stage1.spec | awk '{print $2}'` +SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'` SETS="default" diff --git a/tools/catalyst-auto-armv5tel.conf b/tools/catalyst-auto-armv5tel.conf index 8554a073..dda8e170 100644 --- a/tools/catalyst-auto-armv5tel.conf +++ b/tools/catalyst-auto-armv5tel.conf @@ -4,7 +4,7 @@ GITDIR=/root/releng/ SPECS_DIR=${GITDIR}/releases/weekly/specs/arm/armv5tel -SUBARCH=`grep subarch $SPECSDIR/stage1.spec | awk '{print $2}'` +SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'` SETS="default" diff --git a/tools/catalyst-auto-armv6j.conf b/tools/catalyst-auto-armv6j.conf index 398bcd5a..12e21d63 100644 --- a/tools/catalyst-auto-armv6j.conf +++ b/tools/catalyst-auto-armv6j.conf @@ -4,7 +4,7 @@ GITDIR=/root/releng/ SPECS_DIR=${GITDIR}/releases/weekly/specs/arm/armv6j -SUBARCH=`grep subarch $SPECSDIR/stage1.spec | awk '{print $2}'` +SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'` SETS="default" diff --git a/tools/catalyst-auto-armv6j_hardfp.conf b/tools/catalyst-auto-armv6j_hardfp.conf index 6b8c4f56..989546e9 100644 --- a/tools/catalyst-auto-armv6j_hardfp.conf +++ b/tools/catalyst-auto-armv6j_hardfp.conf @@ -4,7 +4,7 @@ GITDIR=/root/releng/ SPECS_DIR=${GITDIR}/releases/weekly/specs/arm/armv6j/hardfloat -SUBARCH=`grep subarch $SPECSDIR/stage1.spec | awk '{print $2}'` +SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'` SETS="default" diff --git a/tools/catalyst-auto-armv7a.conf b/tools/catalyst-auto-armv7a.conf index adc178be..e9fd62f5 100644 --- a/tools/catalyst-auto-armv7a.conf +++ b/tools/catalyst-auto-armv7a.conf @@ -4,7 +4,7 @@ GITDIR=/root/releng/ SPECS_DIR=${GITDIR}/releases/weekly/specs/arm/armv7a -SUBARCH=`grep subarch $SPECSDIR/stage1.spec | awk '{print $2}'` +SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'` SETS="default" diff --git a/tools/catalyst-auto-armv7a_hardfp.conf b/tools/catalyst-auto-armv7a_hardfp.conf index 227abfc6..7c31debf 100644 --- a/tools/catalyst-auto-armv7a_hardfp.conf +++ b/tools/catalyst-auto-armv7a_hardfp.conf @@ -4,7 +4,7 @@ GITDIR=/root/releng/ SPECS_DIR=${GITDIR}/releases/weekly/specs/arm/armv7a/hardfloat -SUBARCH=`grep subarch $SPECSDIR/stage1.spec | awk '{print $2}'` +SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'` SETS="default"