mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-23 19:55:38 +01:00
makefile: the man file only need 644
This commit is contained in:
parent
72f04e3b47
commit
e37feb3322
2
Makefile
2
Makefile
@ -30,7 +30,7 @@ install: svtplay-dl $(MANFILE)
|
||||
install -d $(DESTDIR)$(BINDIR)
|
||||
install -d $(DESTDIR)$(MANDIR)
|
||||
install -m 755 svtplay-dl $(DESTDIR)$(BINDIR)
|
||||
install -m 755 $(MANFILE) $(DESTDIR)$(MANDIR)
|
||||
install -m 644 $(MANFILE) $(DESTDIR)$(MANDIR)
|
||||
|
||||
svtplay-dl: $(PYFILES)
|
||||
$(MAKE) -C lib
|
||||
|
Loading…
Reference in New Issue
Block a user