Skip to content

Commit

Permalink
Fix: Missing directory in Makefile
Browse files Browse the repository at this point in the history
This does not effect OpenWrt as that has its own Makefile
  • Loading branch information
bluewavenet committed Oct 9, 2019
1 parent 8629dda commit 3c40131
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 @@ -43,6 +43,7 @@ install:
cp resources/splash.css $(DESTDIR)/etc/nodogsplash/htdocs/
cp resources/status.html $(DESTDIR)/etc/nodogsplash/htdocs/
cp resources/splash.jpg $(DESTDIR)/etc/nodogsplash/htdocs/images/
mkdir -p $(DESTDIR)/usr/lib/nodogsplash
cp forward_authentication_service/PreAuth/demo-preauth.sh $(DESTDIR)/usr/lib/nodogsplash/login.sh
cp forward_authentication_service/fas-aes/fas-aes.php $(DESTDIR)/etc/nodogsplash/

Expand Down

0 comments on commit 3c40131

Please sign in to comment.