scripts/update-keysyms: fix path to the include files after de1b6943d
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 13 May 2021 22:36:59 +0000 (08:36 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 13 May 2021 22:45:03 +0000 (08:45 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
scripts/update-keysyms

index 3356a35..5410474 100755 (executable)
@@ -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