aboutsummaryrefslogtreecommitdiff
path: root/scripts/update-keysyms
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2022-08-15 22:02:45 -0700
committerXin Li <delphij@google.com>2022-08-15 22:02:45 -0700
commit0381da6fe61aadd73352cad8a7568501b5b97b6a (patch)
tree876958239f94fd3777080157f13d15f301cf52a2 /scripts/update-keysyms
parent2b7ad37a4f3c898de694cad1dd0e1cc0130650ef (diff)
parent406f81b3e5f7a07220dd1d9e4e081cf9c04f495d (diff)
downloadlibxkbcommon-0381da6fe61aadd73352cad8a7568501b5b97b6a.tar.gz
DO NOT MERGE - Merge Android 13main-16k
Bug: 242648940 Merged-In: I278a58f24712b21522e6a14a2a6a3979406b40e9 Change-Id: I4f50b1a0e4c609f050ea6efd37d7098d8c4f3349
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