Updated comments

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2018-04-01 19:45:33 +02:00
parent bebfe0b4ad
commit 28355ee222

View file

@ -80,7 +80,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# avoid pip installs
# skip pip installs
sed -i 's/if "install"/if ""/' setup.py
# Python 3 support temporarily is out until new Slackware version