Skip to content

Commit

Permalink
add executable bit for ibus-akaza installation
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuhirom committed Feb 21, 2023
1 parent 93bfee4 commit 1b04d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibus-akaza/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ akaza-debug.xml: akaza.xml.in
-e "s:@DATADIR@:$(DATADIR)/:g" $< > $@

install: akaza.xml config.h ../target/release/ibus-akaza
install -m 0644 ../target/release/ibus-akaza $(PREFIX)/bin/
install -m 0755 ../target/release/ibus-akaza $(PREFIX)/bin/

install -m 0755 -d $(DESTDIR)$(DATADIR)/ibus-akaza
install -m 0644 akaza.svg $(DESTDIR)$(DATADIR)/ibus-akaza/
Expand Down

0 comments on commit 1b04d96

Please sign in to comment.