Skip to content

Commit

Permalink
Update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
BiteDasher committed May 7, 2020
1 parent 2122b7a commit f1e76d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ifeq ($(PREFIX),)
PREFIX := /usr/local
endif
ifeq ($(XDG_DEST),)
XDG_DEST := /etc/xdg/autostart
ifeq ($(SYSTEMD_DEST),)
SYSTEMD_DEST := /usr/lib/systemd/user
endif

help:
Expand All @@ -27,7 +27,7 @@ install_no_wifigui:
install -m 755 wifiman $(PREFIX)/bin

install_indicator: install
git submodule update --init --recursive && cd wifiman-indicator && ./deps_check.sh && make && make install XDG_DEST=$(XDG_DEST) PREFIX=$(PREFIX)
git submodule update --init --recursive && cd wifiman-indicator && ./deps_check.sh && make && make install SYSTEMD_DEST=$(SYSTEMD_DEST) PREFIX=$(PREFIX)

clean:
rm -rf wifiman-indicator/*

0 comments on commit f1e76d2

Please sign in to comment.