diff options
-rw-r--r-- | python-template.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python-template.SlackBuild b/python-template.SlackBuild index c60c129..9818367 100644 --- a/python-template.SlackBuild +++ b/python-template.SlackBuild @@ -83,8 +83,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Your application may need different configure flags; -# these are provided as an example only. +# Your application may need different options; this is only an example python setup.py install --root=$PKG # Strip binaries and libraries. |