tools: Remove some uses of ARCH
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
parent
c6404520ed
commit
c157adaf1b
5 changed files with 10 additions and 13 deletions
|
@ -1,12 +1,11 @@
|
|||
# This is the config file for the catalyst-auto script. It should be pretty
|
||||
# self-explanatory.
|
||||
|
||||
ARCH="arm"
|
||||
host=$(hostname)
|
||||
|
||||
SPECS_DIR=${REPO_DIR}/releases/specs/${ARCH}
|
||||
SPECS_DIR=${REPO_DIR}/releases/specs/arm
|
||||
|
||||
EMAIL_SUBJECT_PREPEND="[${ARCH}-auto]"
|
||||
EMAIL_SUBJECT_PREPEND="[arm-auto]"
|
||||
|
||||
SETS="
|
||||
armv4tl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue