miniupnpc-async: fix install script

This commit is contained in:
Chocobo1 2015-08-26 17:03:18 +08:00
parent 5e34ee2997
commit 739e0b914a
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,8 @@ install: $(LIBRARY) $(SHAREDLIBRARY)
$(INSTALL) -d $(INSTALLDIRLIB)
$(INSTALL) -m 644 $(LIBRARY) $(INSTALLDIRLIB)
$(INSTALL) -m 644 $(SHAREDLIBRARY) $(INSTALLDIRLIB)/$(SONAME)
$(INSTALL) -m 755 upnpc-shared $(INSTALLDIRBIN)/upnpc
$(INSTALL) -d $(INSTALLDIRBIN)
$(INSTALL) -m 755 $(EXECUTABLES) $(INSTALLDIRBIN)
ln -fs $(SONAME) $(INSTALLDIRLIB)/$(SHAREDLIBRARY)
cleaninstall: