summarylogtreecommitdiffstats
path: root/xsessions-typo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'xsessions-typo.patch')
-rw-r--r--xsessions-typo.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/xsessions-typo.patch b/xsessions-typo.patch
new file mode 100644
index 000000000000..5062e12a7fe4
--- /dev/null
+++ b/xsessions-typo.patch
@@ -0,0 +1,8 @@
+--- src/pantheon-session/xsessions/meson.build~ 2017-12-26 01:18:00.411839705 +0900
++++ src/pantheon-session/xsessions/meson.build 2017-12-26 01:38:29.090538935 +0900
+@@ -1,4 +1,4 @@
+ install_data(
+ 'pantheon.desktop',
+- install_dir: join_paths(get_option('datadir'), 'xessions')
++ install_dir: join_paths(get_option('datadir'), 'xsessions')
+ )