mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 14:24:03 -07:00
Fix syntax error
This commit is contained in:
parent
05ff482de7
commit
251a2373b7
1 changed files with 3 additions and 0 deletions
3
build.py
3
build.py
|
@ -144,6 +144,9 @@ def installUnix(logger, project):
|
|||
BINDIR = f"{PREFIX}/bin"
|
||||
MANDIR = f"{PREFIX}/man"
|
||||
SHAREDIR = f"{PREFIX}/share"
|
||||
#SYSCONFDIR = f"$(shell if [ $(PREFIX) = /usr -o $(PREFIX) = /usr/local ]; then echo /etc; else echo $(PREFIX)/etc; fi)
|
||||
SYSCONFDIR = ""
|
||||
|
||||
DESTDIR = ""
|
||||
|
||||
subprocess.run(f"install -d {DESTDIR}{BINDIR}\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue