From 43e95f5b9fcaef8bbe655039f2d5284e8c085774 Mon Sep 17 00:00:00 2001 From: Michael Pyne Date: Thu, 7 Aug 2014 22:36:20 -0400 Subject: [PATCH] GIT_SILENT Make the comment about rc-file location accurate. --- kdesrc-build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kdesrc-build b/kdesrc-build index 196ca8d..871ff39 100755 --- a/kdesrc-build +++ b/kdesrc-build @@ -1,7 +1,8 @@ #!/usr/bin/env perl # Script to handle building KDE from source code. All of the configuration is -# stored in the file ~/.kdesrc-buildrc. +# stored in the file ./kdesrc-buildrc (or ~/.kdesrc-buildrc, if that's not +# present). # # Please also see the documentation that should be included with this program, # in the doc/ directory.