Skip to content

Commit

Permalink
Use more descriptive name
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrikto committed Dec 30, 2017
1 parent 9a0bb63 commit 93740e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ clean:

install: backlight_control
mv $< $(DESTDIR)$(prefix)/bin
tee $(DESTDIR)/etc/sudoers.d/backlight <<< "$(backlight_rule)"
tee $(DESTDIR)/etc/sudoers.d/backlight_control <<< "$(backlight_rule)"

uninstall:
rm -f $(DESTDIR)$(prefix)/bin/backlight_control
rm -f $(DESTDIR)/etc/sudoers.d/backlight
rm -f $(DESTDIR)/etc/sudoers.d/backlight_control

0 comments on commit 93740e7

Please sign in to comment.