diff options
author | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-11-23 04:18:12 -0800 |
---|---|---|
committer | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-11-23 04:18:12 -0800 |
commit | 9e96ed4aeb6a1d179a8966b3e2ad753725f5ee24 (patch) | |
tree | 48c03668e313b05d7e55d67ceee11507d396135d /Makefile | |
parent | e883cc08894826c5a025820ac0c8427508107f70 (diff) |
made sure the max length is correct
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ main: fc.txt ibus-table-createdb -n fc.db -s fc.txt install: - cp fc.db /usr/share/ibus-table/tables/fc + cp fc.db /usr/share/ibus-table/tables/fc.db cp fc.png /usr/share/ibus-table/icons/fc.png uninstall: rm /usr/share/ibus-table/tables/fc.db |