diff --git a/debian/changelog b/debian/changelog index b511847..d5373c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares-settings-ubuntu (1:19.10.7) eoan; urgency=medium + + * Set directory location of logs to lowercase Calamares. + + -- Dan Simmons Tue, 08 Oct 2019 19:13:24 -0400 + calamares-settings-ubuntu (1:19.10.6) eoan; urgency=medium * Clean up automirror module: diff --git a/lubuntu/calamares-logs-helper b/lubuntu/calamares-logs-helper index dc524ae..d14de9f 100755 --- a/lubuntu/calamares-logs-helper +++ b/lubuntu/calamares-logs-helper @@ -6,7 +6,7 @@ root=$1 install_dir=$root/var/log/installer [ -d $install_dir ] || mkdir -p $install_dir -cp /home/lubuntu/.cache/Calamares/session.log $install_dir/debug +cp /home/lubuntu/.cache/calamares/session.log $install_dir/debug cp /cdrom/.disk/info $install_dir/media-info cp /var/log/casper.log $install_dir/casper.log