diff options
Diffstat (limited to 'linux/Makefile')
-rw-r--r-- | linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile index a5e8f72..36f7be0 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -36,7 +36,7 @@ X/xkb.tgz:X/rules/* X/symbols/* X/types/* cd X; \ chmod u=rw,g=r,o=r rules/* symbols/* types/*; \ tar -cz --transform='s,^,xkb/,' \ - -f xkb.tgz rules symbols types + -f xkb.tgz rules/base symbols/{de,level3,level5,shift} types/level5 clean: rm -f ${FILES} |