aboutsummaryrefslogtreecommitdiff
path: root/scripts/update-keysyms
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update-keysyms')
-rwxr-xr-xscripts/update-keysyms4
1 files changed, 2 insertions, 2 deletions
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