mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update install, create http root
This commit is contained in:
parent
43979f7505
commit
2949c751f6
2 changed files with 3 additions and 1 deletions
2
trunk/configure
vendored
2
trunk/configure
vendored
|
@ -255,6 +255,8 @@ install-api: install
|
|||
install:
|
||||
@echo "mkdir \$(DESTDIR)"
|
||||
@mkdir -p \$(DESTDIR)
|
||||
@echo "make the http root dir"
|
||||
@mkdir -p \$(DESTDIR)/objs/nginx/html
|
||||
@echo "copy binary files"
|
||||
@mkdir -p \$(DESTDIR)/objs
|
||||
@cp objs/srs \$(DESTDIR)/objs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue