gnomeos: fix ostree-install.sh

add back ARCH and BRANCH_PREFIX constants which are still in use.
This commit is contained in:
Carl-Anton Ingmarsson 2012-05-06 19:10:35 +02:00 committed by Colin Walters
parent c6ea1bedd5
commit 5d306dabda

View File

@ -39,6 +39,9 @@ EOF
exit 1
fi
ARCH=i686
BRANCH_PREFIX="gnomeos-3.4-${ARCH}-"
mkdir -p /ostree
cd /ostree