Fix install permissions, errors and, or omissions
This commit is contained in:
		
							parent
							
								
									9505a94a2a
								
							
						
					
					
						commit
						fbc1a456b4
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		
							
								
								
									
										5
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										5
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -227,8 +227,11 @@ clean: | |||
| 	rm -f *.o Mist* sourcery src/controller/server.html src/connectors/embed.js.h src/controller/server.html.h | ||||
| 	rm -rf ./docs | ||||
| 
 | ||||
| distclean: clean | ||||
| 
 | ||||
| install: all | ||||
| 	install ./Mist* $(DESTDIR)$(bindir) | ||||
| 	mkdir -p $(DESTDIR)$(bindir) | ||||
| 	install -m 755 ./Mist* $(DESTDIR)$(bindir) | ||||
| 
 | ||||
| uninstall: | ||||
| 	rm -f $(DESTDIR)$(bindir)/Mist* | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 bdheeman
						bdheeman