builder: armv7l: Fix build script for Fedora 22 release.

(The same change as was made in
commit c4a54e00a3).
This commit is contained in:
Richard W.M. Jones
2015-05-26 20:20:54 +01:00
parent 54f54697b9
commit c0e7bb5ef2

View File

@@ -29,7 +29,7 @@ if [ $# -ne 1 ]; then
fi
version=$1
tree=http://mirror.ox.ac.uk/sites/download.fedora.redhat.com/pub/fedora/linux/releases/21/Server/armhfp/os/
tree=http://mirror.ox.ac.uk/sites/download.fedora.redhat.com/pub/fedora/linux/releases/$version/Server/armhfp/os/
output=fedora-$version-armv7l
tmpname=tmp-$(tr -cd 'a-f0-9' < /dev/urandom | head -c 8)