summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2010-06-01 09:54:29 -0500
committer Robby Workman <rworkman@slackbuilds.org>2010-06-01 09:54:29 -0500
commit2b21b95bb19d63f3c8380277a90ba052448e041d (patch)
tree3054e5291b0fd6e848ab3aaad6bf1eb7e3b3be40
parent6f498bb8ad33a3daa5a84fe03ddf9b3e0bd5b22c (diff)
downloadtemplates-2b21b95bb19d63f3c8380277a90ba052448e041d.tar.gz
templates-2b21b95bb19d63f3c8380277a90ba052448e041d.tar.xz
python-template.SlackBuild: Minor tweaks.
-rw-r--r--python-template.SlackBuild3
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.