Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-rc-0.6 grimoire by Eric Sandall (3840471888fb9bb74deebd745b4c7ff65c64abae)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-rc-0.6 grimoire by Eric Sandall (3840471888fb9bb74deebd745b4c7ff65c64abae)
  • Date: Fri, 17 Nov 2006 18:36:46 -0600

GIT changes to stable-rc-0.6 grimoire by Eric Sandall <sandalle@moby.(none)>:

utils/console-tools/DETAILS | 2 +-
utils/console-tools/HISTORY | 4 ++++
utils/console-tools/INSTALL | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 3840471888fb9bb74deebd745b4c7ff65c64abae
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Eric Sandall <sandalle@moby.(none)>

console-tools: install all the manpages #10112

diff --git a/utils/console-tools/DETAILS b/utils/console-tools/DETAILS
index fa539f1..d5332e0 100755
--- a/utils/console-tools/DETAILS
+++ b/utils/console-tools/DETAILS
@@ -6,7 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=ftp://metalab.unc.edu/pub/Linux/system/keyboards/$SOURCE
WEB_SITE=http://lct.sourceforge.net
ENTERED=20010922
- PATCHLEVEL=1
+ PATCHLEVEL=2
KEYWORDS="utils"
SHORT="console-tools allows you to configure and manipulate Linux
consoles."
cat << EOF
diff --git a/utils/console-tools/HISTORY b/utils/console-tools/HISTORY
index bea5c1f..6d9ee57 100755
--- a/utils/console-tools/HISTORY
+++ b/utils/console-tools/HISTORY
@@ -1,3 +1,7 @@
+2006-11-01 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: install all the manpages #10112
+ * DETAILS: ++PATCHLEVEL
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* PROVIDES: [automated] Fixed invalid entries.

diff --git a/utils/console-tools/INSTALL b/utils/console-tools/INSTALL
index 1613602..c0a9b60 100755
--- a/utils/console-tools/INSTALL
+++ b/utils/console-tools/INSTALL
@@ -5,6 +5,6 @@ mv $INSTALL_ROOT/usr/bin/loadkeys $INS
# Install man pages.
for (( COUNT=1 ; COUNT < 9 ; COUNT++ )); do
mkdir -p $INSTALL_ROOT/usr/share/man/man$COUNT
- cp doc/man/*.$COUNT $INSTALL_ROOT/usr/share/man/man$COUNT 2> /dev/null
+ cp doc/man/*.$COUNT* $INSTALL_ROOT/usr/share/man/man$COUNT 2> /dev/null
true
done




Archive powered by MHonArc 2.6.24.

Top of Page