From 5d306dabdaff8dfcc5ce746dd9679d78f72eca9a Mon Sep 17 00:00:00 2001 From: Carl-Anton Ingmarsson Date: Sun, 6 May 2012 19:10:35 +0200 Subject: [PATCH] gnomeos: fix ostree-install.sh add back ARCH and BRANCH_PREFIX constants which are still in use. --- gnomeos/ostree-install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnomeos/ostree-install.sh b/gnomeos/ostree-install.sh index cf709c79..ac6f2535 100755 --- a/gnomeos/ostree-install.sh +++ b/gnomeos/ostree-install.sh @@ -39,6 +39,9 @@ EOF exit 1 fi +ARCH=i686 +BRANCH_PREFIX="gnomeos-3.4-${ARCH}-" + mkdir -p /ostree cd /ostree