diff options
Diffstat (limited to 'Compose')
-rw-r--r-- | Compose/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Compose/Makefile b/Compose/Makefile index cc1f7d5..8618a5d 100644 --- a/Compose/Makefile +++ b/Compose/Makefile @@ -74,7 +74,7 @@ XCompose : $(USER_XCOMPOSE) $(wildcard .config) # install : XCompose - cp XCompose $${HOME}/.XCompose + cat $(SRC)/en_US.UTF-8 XCompose > $${HOME}/.XCompose # # Test der XCompose-Dateien auf Korrektheit |