Refresh apport-hook patch

Summary:
Adjust the apport-package-hook patch for the proper log
directory.

Test Plan: Make sure logs are attached to bug reports.

Reviewers: wxl, tsimonq2

Differential Revision: https://phab.lubuntu.me/D54
This commit is contained in:
Dan Simmons 2019-10-09 19:09:38 -04:00
parent c2221d5787
commit 24f981053c
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
calamares (3.2.14-0ubuntu2) eoan; urgency=medium
* Refresh apport-package-hook.patch for change in log directory
name.
-- Dan Simmons <kc2bez@lubuntu.me> Wed, 09 Oct 2019 18:04:16 -0400
calamares (3.2.14-0ubuntu1) eoan; urgency=medium
* New upstream release.

View File

@ -52,7 +52,7 @@ Author: Walter Lapchynski <wxl@ubuntu.com>
+for module in module_names:
+ installed_modules.append(module_path + module + ".conf")
+
+log_file = expanduser("~") + "/.cache/Calamares/session.log"
+log_file = expanduser("~") + "/.cache/calamares/session.log"
+
+config_file = "/etc/calamares/settings.conf"
+