From b74b617312ac82dc9ff2c797883719eb37702099 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Wed, 25 Jul 2018 00:29:49 -0500 Subject: [PATCH] Calamares is capitalized (LP: #1783109). --- debian/changelog | 6 ++++++ lubuntu/calamares-logs-helper | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 95fb75a..8cc3aae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares-settings-ubuntu (13) UNRELEASED; urgency=critical + + * Calamares is capitalized (LP: #1783109). + + -- Simon Quigley Wed, 25 Jul 2018 00:29:21 -0500 + calamares-settings-ubuntu (12) cosmic; urgency=critical * We're not Neon (LP: #1783024). diff --git a/lubuntu/calamares-logs-helper b/lubuntu/calamares-logs-helper index d14de9f..dc524ae 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