mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	Merge pull request #8902 from jaimeMF/bmake
Makefile: make it compatible with bmake
This commit is contained in:
		
							
								
								
									
										10
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								Makefile
									
									
									
									
									
								
							| @@ -12,15 +12,7 @@ SHAREDIR ?= $(PREFIX)/share | ||||
| PYTHON ?= /usr/bin/env python | ||||
|  | ||||
| # set SYSCONFDIR to /etc if PREFIX=/usr or PREFIX=/usr/local | ||||
| ifeq ($(PREFIX),/usr) | ||||
| 	SYSCONFDIR=/etc | ||||
| else | ||||
| 	ifeq ($(PREFIX),/usr/local) | ||||
| 		SYSCONFDIR=/etc | ||||
| 	else | ||||
| 		SYSCONFDIR=$(PREFIX)/etc | ||||
| 	endif | ||||
| endif | ||||
| SYSCONFDIR != if [ $(PREFIX) = /usr -o $(PREFIX) = /usr/local ]; then echo /etc; else echo $(PREFIX)/etc; fi | ||||
|  | ||||
| install: youtube-dl youtube-dl.1 youtube-dl.bash-completion youtube-dl.zsh youtube-dl.fish | ||||
| 	install -d $(DESTDIR)$(BINDIR) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M
					Sergey M