Skip to content

Commit

Permalink
print "SUCCESS" message on installation success
Browse files Browse the repository at this point in the history
Closes: #122
Closes: #139
Closes: #149
Closes: #226
Closes: #230
  • Loading branch information
umlaeute committed Feb 13, 2020
1 parent d7b6578 commit e1ca7ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -45,6 +45,9 @@ v4l2loopback.ko:
install-all: install install-utils install-man
install:
$(MAKE) -C $(KERNEL_DIR) M=$(PWD) modules_install
@echo ""
@echo "SUCCESS (if you got 'SSL errors' above, you can safely ignore them)"
@echo ""

install-utils: utils/v4l2loopback-ctl
$(INSTALL_DIR) "$(DESTDIR)$(BINDIR)"
Expand Down

0 comments on commit e1ca7ad

Please sign in to comment.