We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb11f7 commit 7fff24fCopy full SHA for 7fff24f
ibus-akaza/Makefile
@@ -27,12 +27,15 @@ akaza-debug.xml: akaza.xml.in
27
-e "s:@BINARY@:$(PWD)/ibus-akaza-debug.sh:g" \
28
-e "s:@DATADIR@:$(DATADIR)/:g" $< > $@
29
30
-install: akaza.xml config.h
31
- cargo install --path=. --root=$(PREFIX)
+install: akaza.xml config.h .ibus-akaza
+ install -m 0644 ../target/release/ibus-akaza $(PREFIX)/bin/
32
33
install -m 0644 akaza.svg $(DESTDIR)$(DATADIR)/ibus-akaza
34
install -m 0644 akaza.xml $(DESTDIR)$(DATADIR)/ibus/component
35
36
+.ibus-akaza:
37
+ cargo build --release
38
+
39
install-debug: akaza-debug.xml
40
install -m 0644 akaza-debug.xml $(DESTDIR)$(DATADIR)/ibus/component/akaza.xml
41
0 commit comments