- scl_prefix now accepts a parameter to improve inter-collection dependencies (#1028953) - modified the behavior of debuginfo generation process - changed command description in scl man pages - moved macros.scl to %{_rpmconfigdir}/macros.d directory - added conditional dependencies for main metapackage - scl_vendor macro gets automatically written into the macros.{scl}-config file
31 lines
1.4 KiB
Diff
31 lines
1.4 KiB
Diff
From ff24defdb7ff7e0460785202933ac024f273c82f Mon Sep 17 00:00:00 2001
|
|
From: Albert Uchytil <auchytil@redhat.com>
|
|
Date: Tue, 8 Apr 2014 14:22:29 +0200
|
|
Subject: [PATCH] Changed <command> description in scl man pages
|
|
|
|
---
|
|
scl.1 | 7 ++++---
|
|
1 file changed, 4 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/scl.1 b/scl.1
|
|
index cbefc44a7d539370065912021a62a39844a51f80..51f32e4db0f18ca6a97231ad641f78ae88806e13 100644
|
|
--- a/scl.1
|
|
+++ b/scl.1
|
|
@@ -25,9 +25,10 @@ to update search paths, etc.
|
|
One can enable more Software Collections if needed and therefore one can use multiple
|
|
collections which are enabled by the left-right order as present on \fBscl\fP command-line.
|
|
.PP
|
|
-\fI<command>\fR is an arbitrary command or set of commands to execute within the Software
|
|
-Collection environment enabled. Control is returned back to the caller with the original
|
|
-environment as soon as the command finishes. If \fI<command>\fR is '-' (dash) then it is
|
|
+\fI<command>\fR marks specified Software Collections as enabled. Executes the script,
|
|
+which is expected to set proper environment. Executes the \fI<command>\fR.
|
|
+Control is returned back to the caller with the original environment as soon
|
|
+as the command finishes. If \fI<command>\fR is '-' (dash) then it is
|
|
read from the standard input.
|
|
.PP
|
|
Note: if you use \fI<command>\fR consisting of multiple arguments, you either need to
|
|
--
|
|
1.9.0
|
|
|