mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-12 03:11:40 +00:00
prefix click packages in the manifest file with "click:"
This commit is contained in:
parent
a47eedf7df
commit
7fdb743882
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.194) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* prefix click packages in the manifest file with "click:"
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Fri, 11 Oct 2013 18:14:02 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.193) saucy; urgency=low
|
livecd-rootfs (2.193) saucy; urgency=low
|
||||||
|
|
||||||
* drop SHELL=/system/bin/sh from /etc/environment on touch images (urgh)
|
* drop SHELL=/system/bin/sh from /etc/environment on touch images (urgh)
|
||||||
|
@ -419,7 +419,9 @@ if [ "$PROJECT" = "ubuntu-touch" ] && [ "$ARCH" = "armhf" ]; then
|
|||||||
lb chroot_devpts install "$@"
|
lb chroot_devpts install "$@"
|
||||||
|
|
||||||
if [ -e "$PREFIX.manifest" ]; then
|
if [ -e "$PREFIX.manifest" ]; then
|
||||||
Chroot chroot "click list" >>"$PREFIX.manifest"
|
for line in read; do
|
||||||
|
echo "click:$line" >>"$PREFIX.manifest"
|
||||||
|
done <"$(Chroot chroot "click list")"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -e chroot/etc/resolv.conf ]; then
|
if [ -e chroot/etc/resolv.conf ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user