make init-script executable
This commit is contained in:
parent
e8a4c213d4
commit
577c56c423
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ install:
|
||||||
@# startup script
|
@# startup script
|
||||||
@mkdir -p $(DESTDIR)/etc/init.d
|
@mkdir -p $(DESTDIR)/etc/init.d
|
||||||
@echo -e "#!/bin/sh\n/usr/bin/web-splash.sh start" >$(DESTDIR)/etc/init.d/S90web-splash
|
@echo -e "#!/bin/sh\n/usr/bin/web-splash.sh start" >$(DESTDIR)/etc/init.d/S90web-splash
|
||||||
|
@chmod +x $(DESTDIR)/etc/init.d/S90web-splash
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@echo "done"
|
@echo "done"
|
||||||
|
|
Loading…
Reference in a new issue