mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Updated comments
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
bebfe0b4ad
commit
28355ee222
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue