Skip to content

Commit

Permalink
Makefile: actually install vlogger
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncaen committed Jun 23, 2018
1 parent 329b6df commit 6ce822f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ install:
install -d ${DESTDIR}/${PREFIX}/sbin
install -m755 halt ${DESTDIR}/${PREFIX}/sbin
install -m755 pause ${DESTDIR}/${PREFIX}/sbin
install -m755 vlogger ${DESTDIR}/${PREFIX}/sbin
install -m755 shutdown ${DESTDIR}/${PREFIX}/sbin/shutdown
install -m755 modules-load ${DESTDIR}/${PREFIX}/sbin/modules-load
install -m755 zzz ${DESTDIR}/${PREFIX}/sbin
Expand Down

0 comments on commit 6ce822f

Please sign in to comment.