diff options
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 |