diff --git a/debian/changelog b/debian/changelog index 120e9ad4..92dd4ce6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.369) UNRELEASED; urgency=medium + + * Fix the invalid path for the error message in 00-uid-gid-fix.chroot_early + for ubuntu-touch. + + -- Ɓukasz 'sil2100' Zemczak Mon, 14 Dec 2015 10:13:31 +0100 + livecd-rootfs (2.368) xenial; urgency=medium * Fix earlier mistake of changing the wrong hashes. diff --git a/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early b/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early index d50b3322..2b5cfc69 100755 --- a/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early +++ b/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early @@ -279,7 +279,7 @@ fi if [ -n "$ERRCNT" ]; then echo "There were changes to the password database," >&2 echo "please adjust the values in the livecd-rootfs source in the file:" >&2 - echo "live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early" >&2 + echo "live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early" >&2 echo >&2 echo "Please check also if a maintainer script of the package" >&2 echo "that added these entries perhaps created a home directory and," >&2