summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2008-06-27 19:43:00 +0000
committerEric Sandall2008-07-01 03:13:07 -0700
commitfe220ac3f98f872660147208ae2e2ca8c7c03b76 (patch)
tree2307228af35869c90e35d55a5aca3459b7f3dc4e
parent5da2e59db9d088951aee43471334f8bc6bb85acb (diff)
linux32: Shorten SHORT, for now copy SHORT for long description
-rwxr-xr-xutils/linux32/DETAILS4
-rw-r--r--utils/linux32/HISTORY2
2 files changed, 4 insertions, 2 deletions
diff --git a/utils/linux32/DETAILS b/utils/linux32/DETAILS
index b3c39a35d0..88046ee73d 100755
--- a/utils/linux32/DETAILS
+++ b/utils/linux32/DETAILS
@@ -7,7 +7,7 @@
WEB_SITE=ftp://ftp.x86-64.org/pub/linux/tools/linux32/
ENTERED=20071124
LICENSE=GPL
- SHORT="Linux32 is a simple wrapper to do smart things on 64-bit"
+ SHORT="Simple wrapper to do smart things on 64-bit"
cat << EOF
-NEED SOMETHING HEAR!~
+Linux32 is a simple wrapper to do smart things on 64-bit.
EOF
diff --git a/utils/linux32/HISTORY b/utils/linux32/HISTORY
index b6f09c13a8..6fd898d980 100644
--- a/utils/linux32/HISTORY
+++ b/utils/linux32/HISTORY
@@ -1,4 +1,6 @@
2008-06-27 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: Shorten SHORT
+ For now, copy SHORT to long description
* BUILD: Compile with user-defined CFLAGS and LDFLAGS
2007-11-24 David Kowis<dkowis@shlrm.org>