瀏覽代碼

[Makefile] Excluding __pycache__ correctly (#13400)

Yen Chi Hsuan 8 年之前
父節點
當前提交
4f90d2aeac
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -101,7 +101,7 @@ youtube-dl.tar.gz: youtube-dl README.md README.txt youtube-dl.1 youtube-dl.bash-
 		--exclude '*.pyc' \
 		--exclude '*.pyc' \
 		--exclude '*.pyo' \
 		--exclude '*.pyo' \
 		--exclude '*~' \
 		--exclude '*~' \
-		--exclude '__pycache' \
+		--exclude '__pycache__' \
 		--exclude '.git' \
 		--exclude '.git' \
 		--exclude 'testdata' \
 		--exclude 'testdata' \
 		--exclude 'docs/_build' \
 		--exclude 'docs/_build' \