From 5c59ea00b36014d81d73dd30877dd1b3121a70b6 Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Thu, 28 Mar 2013 19:35:11 +0100 Subject: [PATCH] normalize the naming scheme for ubuntu-touch-android.sh output --- debian/changelog | 6 ++++++ ubuntu-touch-android.sh | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5baa1842..862f9b00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.118) UNRELEASED; urgency=low + + * normalize the naming scheme for ubuntu-touch-android.sh output + + -- Oliver Grawert Thu, 28 Mar 2013 19:34:18 +0100 + livecd-rootfs (2.117) raring; urgency=low * make ubuntu-touch-android.sh also create $subarch-system.img diff --git a/ubuntu-touch-android.sh b/ubuntu-touch-android.sh index ca039cd8..c845910d 100755 --- a/ubuntu-touch-android.sh +++ b/ubuntu-touch-android.sh @@ -29,8 +29,8 @@ repo sync brunch $codename cd - -cp $builddir/out/target/product/$codename/*-$codename.zip . +cp $builddir/out/target/product/$codename/*-$codename.zip ./livecd.ubuntu-touch-$codename.zip for image in system recovery boot; do - cp $builddir/out/target/product/$codename/$image.img ./$codename-$image.img + cp $builddir/out/target/product/$codename/$image.img ./livecd.ubuntu-touch-$codename.$image.img done rm -rf $buildir