View | Details | Raw Unified | Return to bug 222755
Collapse All | Expand All

(-)files/patch-Makefile (-2 / +11 lines)
Lines 1-4 Link Here
1
--- Makefile.orig	2016-11-01 19:43:06 UTC
1
--- Makefile.orig	2017-10-01 14:47:55 UTC
2
+++ Makefile
2
+++ Makefile
3
@@ -12,7 +12,7 @@ SHAREDIR ?= $(PREFIX)/share
3
@@ -12,7 +12,7 @@ SHAREDIR ?= $(PREFIX)/share
4
 PYTHON ?= /usr/bin/env python
4
 PYTHON ?= /usr/bin/env python
Lines 24-30 Link Here
24
 
24
 
25
 codetest:
25
 codetest:
26
 	flake8 .
26
 	flake8 .
27
@@ -68,11 +68,6 @@ supportedsites:
27
@@ -53,7 +53,7 @@ youtube-dl: youtube_dl/*.py youtube_dl/*
28
 	done
29
 	touch -t 200001010101 zip/youtube_dl/*.py zip/youtube_dl/*/*.py
30
 	mv zip/youtube_dl/__main__.py zip/
31
-	cd zip ; zip -q ../youtube-dl youtube_dl/*.py youtube_dl/*/*.py __main__.py
32
+	(cd zip ; zip -q ../youtube-dl youtube_dl/*.py youtube_dl/*/*.py __main__.py)
33
 	rm -rf zip
34
 	echo '#!$(PYTHON)' > youtube-dl
35
 	cat youtube-dl.zip >> youtube-dl
36
@@ -75,11 +75,6 @@ supportedsites:
28
 README.txt: README.md
37
 README.txt: README.md
29
 	pandoc -f markdown -t plain README.md -o README.txt
38
 	pandoc -f markdown -t plain README.md -o README.txt
30
 
39
 

Return to bug 222755