From e2787bd8ebdc8feb1060316d839c2d9ba26fd4e9 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Tue, 1 Jun 2010 10:05:14 -0500 Subject: cmake-template.SlackBuild: Mention ccmake in comments --- cmake-template.SlackBuild | 4 ++-- 1 file 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 \ -- cgit v1.2.3