mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-22 08:11:31 +00:00
fix the prefixing of click packages in manifest files
This commit is contained in:
parent
eb7a2d2a1b
commit
06b96f94ed
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.195) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* fix the prefixing of click packages in manifest files
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Fri, 11 Oct 2013 18:27:58 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.194) saucy; urgency=low
|
livecd-rootfs (2.194) saucy; urgency=low
|
||||||
|
|
||||||
* prefix click packages in the manifest file with "click:"
|
* prefix click packages in the manifest file with "click:"
|
||||||
|
@ -419,9 +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
|
||||||
for line in read; do
|
Chroot chroot "click list" | while read line; do
|
||||||
echo "click:$line" >>"$PREFIX.manifest"
|
echo "click:$line" >>"$PREFIX.manifest"
|
||||||
done <"$(Chroot chroot "click list")"
|
done
|
||||||
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