diff options
-rw-r--r-- | cmake-template.SlackBuild | 4 |
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 \ |