[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (0c7d1176a115e0a9ac39d1356b026ed1f4878215)

Jaka Kranjc scm at mail.sourcemage.org
Wed Nov 1 11:12:47 EST 2006


GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:

 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 fb1da4e57811ae02f80589463436fe27a06d74f5
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    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



More information about the SM-Commit mailing list