aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index 7f7b01112ae..3d610c1eee6 100755
--- a/make-dist
+++ b/make-dist
@@ -441,7 +441,7 @@ echo "Making links to \`lwlib'"
441echo "Making links to \`etc' and its subdirectories" 441echo "Making links to \`etc' and its subdirectories"
442for f in `find etc -type f`; do 442for f in `find etc -type f`; do
443 case $f in 443 case $f in
444 etc/DOC*) continue ;; 444 etc/DOC*|etc/*.pyc) continue ;;
445 esac 445 esac
446 ln $f $tempdir/$f 446 ln $f $tempdir/$f
447done 447done