mirror of
				https://github.com/rofl0r/proxychains-ng.git
				synced 2025-11-03 16:46:06 +00:00 
			
		
		
		
	Makefile: prevent from using 2 slashes (cosmetic change)
This commit is contained in:
		
							
								
								
									
										10
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								Makefile
									
									
									
									
									
								
							@@ -49,13 +49,13 @@ CFLAGS_MAIN=-DLIB_DIR=\"$(libdir)\" -DSYSCONFDIR=\"$(sysconfdir)\" -DDLL_NAME=\"
 | 
			
		||||
all: $(ALL_LIBS) $(ALL_TOOLS)
 | 
			
		||||
 | 
			
		||||
install-config:
 | 
			
		||||
	install -d $(DESTDIR)/$(sysconfdir)
 | 
			
		||||
	install $(INSTALL_FLAGS) 644 src/proxychains.conf $(DESTDIR)/$(sysconfdir)/
 | 
			
		||||
	install -d $(DESTDIR)$(sysconfdir)
 | 
			
		||||
	install $(INSTALL_FLAGS) 644 src/proxychains.conf $(DESTDIR)$(sysconfdir)/
 | 
			
		||||
 | 
			
		||||
install: 
 | 
			
		||||
	install -d $(DESTDIR)/$(bindir)/ $(DESTDIR)/$(libdir)/
 | 
			
		||||
	install $(INSTALL_FLAGS) 755 $(ALL_TOOLS) $(DESTDIR)/$(bindir)/
 | 
			
		||||
	install $(INSTALL_FLAGS) 644 $(ALL_LIBS) $(DESTDIR)/$(libdir)/
 | 
			
		||||
	install -d $(DESTDIR)$(bindir)/ $(DESTDIR)$(libdir)/
 | 
			
		||||
	install $(INSTALL_FLAGS) 755 $(ALL_TOOLS) $(DESTDIR)$(bindir)/
 | 
			
		||||
	install $(INSTALL_FLAGS) 644 $(ALL_LIBS) $(DESTDIR)$(libdir)/
 | 
			
		||||
 | 
			
		||||
clean:
 | 
			
		||||
	rm -f $(ALL_LIBS)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user