Commit 8e9f943d38c9334ee97434732d027cc564dc549b

Peter Hutterer 2021-05-14T08:36:59

scripts/update-keysyms: fix path to the include files after de1b6943d Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/scripts/update-keysyms b/scripts/update-keysyms
index 3356a35..5410474 100755
--- a/scripts/update-keysyms
+++ b/scripts/update-keysyms
@@ -2,5 +2,5 @@
 # Run this to regenerate xkbcommon-keysyms.h from the X11 headers
 # defining the keysyms and update the name <-> keysym mapping.
 export LC_CTYPE=C
-scripts/makeheader > xkbcommon/xkbcommon-keysyms.h
-scripts/makekeys xkbcommon/xkbcommon-keysyms.h > src/ks_tables.h
+scripts/makeheader > include/xkbcommon/xkbcommon-keysyms.h
+scripts/makekeys include/xkbcommon/xkbcommon-keysyms.h > src/ks_tables.h