mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-11 19:31:18 +00:00
seems unlike my local build the buildd doesnt get along with links, use copy instead
This commit is contained in:
parent
9e2888738a
commit
f897e608df
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.171) UNRELEASED; urgency=low
|
||||
|
||||
* seems unlike my local build the buildd doesnt get along with links, use
|
||||
copy instead
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Wed, 07 Aug 2013 21:56:07 +0200
|
||||
|
||||
livecd-rootfs (2.170) saucy; urgency=low
|
||||
|
||||
* fix package mirror in android package install routine
|
||||
|
@ -440,7 +440,7 @@ if [ "$PROJECT" = "ubuntu-touch" ] && [ "$ARCH" = "armhf" ]; then
|
||||
cp "chroot/usr/share/android/product/${REL}-preinstalled-boot-armhf+${subarch}.img"\
|
||||
"${PREFIX}.boot-armhf+${subarch}.img"
|
||||
# drop this following line once cdimage can handle -boot-*.img
|
||||
ln -s "${PREFIX}.boot-armhf+${subarch}.img" "${PREFIX}.bootimg-${subarch}"
|
||||
cp "${PREFIX}.boot-armhf+${subarch}.img" "${PREFIX}.bootimg-${subarch}"
|
||||
cp "chroot/usr/share/android/product/${REL}-preinstalled-touch-armel+${subarch}.zip"\
|
||||
"${PREFIX}.armel+${subarch}.zip"
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user