From 3e24d8a051d2bc26f0d10e6c165066b41151b1c7 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 14 Oct 2019 09:14:00 +0200 Subject: [PATCH] extra-files: add /var/home to make snaps work on some distros Some distros use /var/home instead of the traditional /home. Until we have support for /home at any location this will help supporting those distros. --- extra-files/var/home/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 extra-files/var/home/.gitignore diff --git a/extra-files/var/home/.gitignore b/extra-files/var/home/.gitignore new file mode 100644 index 0000000..e66cc57 --- /dev/null +++ b/extra-files/var/home/.gitignore @@ -0,0 +1 @@ +# just needed to have /var/home in git