Skip to content

Commit

Permalink
cp instead of mv for make install.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tethik committed Apr 20, 2019
1 parent 8d7b94c commit 321dc86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ clean:
rm backlight

install: backlight
setcap cap_dac_override+ep ./backlight
mv backlight /usr/local/bin/
cp backlight /usr/local/bin/
setcap cap_dac_override+ep /usr/local/bin/backlight

0 comments on commit 321dc86

Please sign in to comment.