mirror of
				https://github.com/rofl0r/proxychains-ng.git
				synced 2025-11-04 09:06:05 +00:00 
			
		
		
		
	Makefile: put config into new install-config target
This commit is contained in:
		
							
								
								
									
										8
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								Makefile
									
									
									
									
									
								
							@@ -44,12 +44,14 @@ CFLAGS_MAIN=-DLIB_DIR=\"$(libdir)\" -DSYSCONFDIR=\"$(sysconfdir)\" -DDLL_NAME=\"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
all: $(ALL_LIBS) $(ALL_TOOLS)
 | 
					all: $(ALL_LIBS) $(ALL_TOOLS)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#install: $(ALL_LIBS:lib/%=$(DESTDIR)$(libdir)/%) $(DESTDIR)$(LDSO_PATHNAME)
 | 
					install-config:
 | 
				
			||||||
 | 
						install -d $(DESTDIR)/$(sysconfdir)
 | 
				
			||||||
 | 
						install $(INSTALL_FLAGS) 644 src/proxychains.conf $(DESTDIR)/$(sysconfdir)/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
install: 
 | 
					install: 
 | 
				
			||||||
	install -d $(DESTDIR)/$(bindir)/ $(DESTDIR)/$(libdir)/ $(DESTDIR)/$(sysconfdir)
 | 
						install -d $(DESTDIR)/$(bindir)/ $(DESTDIR)/$(libdir)/
 | 
				
			||||||
	install $(INSTALL_FLAGS) 755 $(ALL_TOOLS) $(DESTDIR)/$(bindir)/
 | 
						install $(INSTALL_FLAGS) 755 $(ALL_TOOLS) $(DESTDIR)/$(bindir)/
 | 
				
			||||||
	install $(INSTALL_FLAGS) 644 $(ALL_LIBS) $(DESTDIR)/$(libdir)/
 | 
						install $(INSTALL_FLAGS) 644 $(ALL_LIBS) $(DESTDIR)/$(libdir)/
 | 
				
			||||||
	install $(INSTALL_FLAGS) 644 src/proxychains.conf $(DESTDIR)/$(sysconfdir)/
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
clean:
 | 
					clean:
 | 
				
			||||||
	rm -f $(ALL_LIBS)
 | 
						rm -f $(ALL_LIBS)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user