summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2010-06-01 10:05:14 -0500
committer Robby Workman <rworkman@slackbuilds.org>2010-06-01 10:05:14 -0500
commite2787bd8ebdc8feb1060316d839c2d9ba26fd4e9 (patch)
tree1daa149298fed106a1c9591641e2a029a9c6fd1a
parentb4a7e764d128542b2a6d76a0775ac61b028f3afb (diff)
downloadtemplates-e2787bd8ebdc8feb1060316d839c2d9ba26fd4e9.tar.gz
templates-e2787bd8ebdc8feb1060316d839c2d9ba26fd4e9.tar.xz
cmake-template.SlackBuild: Mention ccmake in comments
-rw-r--r--cmake-template.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake-template.SlackBuild b/cmake-template.SlackBuild
index d6b2d3c..c9e7914 100644
--- a/cmake-template.SlackBuild
+++ b/cmake-template.SlackBuild
@@ -83,8 +83,8 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# Your application will probably need different cmake flags;
-# these are provided as an example only.
+# Your application will probably need different cmake flags; these are only
+# examples. You might use 'ccmake' to see the available flags...
mkdir -p build
cd build
cmake \