mirror of
				https://github.com/3proxy/3proxy.git
				synced 2025-11-04 07:42:39 +08:00 
			
		
		
		
	typo in Makefile.Linux corrected
This commit is contained in:
		
							parent
							
								
									d89134be33
								
							
						
					
					
						commit
						189b227853
					
				@ -129,10 +129,8 @@ install-run:
 | 
			
		||||
	$(INSTALL_BIN) -d $(RUNDIR)
 | 
			
		||||
 | 
			
		||||
install-log:
 | 
			
		||||
	@if [ -d $(LOGBASE) ]; then \
 | 
			
		||||
	 @if [ ! -d $(LOGDIR) ]; then \
 | 
			
		||||
	  ln -s $(CHROOTDIR)/logs $(LOGDIR);\
 | 
			
		||||
	 fi
 | 
			
		||||
	@if [ -d $(LOGBASE) ] && [ ! -d $(LOGDIR) ]; then \
 | 
			
		||||
	 ln -s $(CHROOTDIR)/logs $(LOGDIR);\
 | 
			
		||||
	fi
 | 
			
		||||
 | 
			
		||||
install: install-chroot-dir install-bin install-etc install-log install-man install-run install-init
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user