mk_mmc.sh: when distro isnt defined

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/37/head
Robert Nelson 10 years ago
parent c73d31f91d
commit d19de965a8

@ -46,6 +46,7 @@ GIT_VERSION=$(git rev-parse --short HEAD)
DIST=wheezy DIST=wheezy
ARCH=armhf ARCH=armhf
DISTARCH="${DIST}-${ARCH}" DISTARCH="${DIST}-${ARCH}"
deb_distribution="debian"
DIR="$PWD" DIR="$PWD"
TEMPDIR=$(mktemp -d) TEMPDIR=$(mktemp -d)

Loading…
Cancel
Save