mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
refactoring
This commit is contained in:
2
Makefile
2
Makefile
@@ -103,7 +103,7 @@ run-ipmi: testenv
|
||||
|
||||
|
||||
regen: testenv
|
||||
for file in kvmd/data/keymap.yaml hid/src/keymap.h; do \
|
||||
for file in kvmd/keymap.py hid/src/keymap.h; do \
|
||||
docker run --user `id -u`:`id -g` --rm \
|
||||
--volume `pwd`:/src \
|
||||
-it $(TESTENV_IMAGE) bash -c "cd src && ./genmap.py keymap.in $$file.mako $$file"; \
|
||||
|
||||
Reference in New Issue
Block a user