summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-03-25 15:57:50 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-03-25 15:57:50 +0000
commit0872167f48fd642caf387764e692462afb42d1f1 (patch)
treec4f51c1d1a93e517e24f03566a8151025f497d7d
parent08a31988861ed1d66e26d7aaf298a55929241a88 (diff)
Update install docos to 1.0.1 and fixed typos in IRIX and Linux package
files. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@461 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--packages/install.html16
-rw-r--r--packages/irix/fltk.spec2
-rwxr-xr-xpackages/linux/makedist.sh4
3 files changed, 11 insertions, 11 deletions
diff --git a/packages/install.html b/packages/install.html
index 091609d96..34e57aaea 100644
--- a/packages/install.html
+++ b/packages/install.html
@@ -46,9 +46,9 @@ The Digital UNIX distribution is in <tt>setld</tt> format. To install the
distribution type:
<UL><PRE>
-gunzip fltk-1.0-dunix.tar.gz <B>Enter</B>
-tar xvf fltk-1.0-dunix.tar <B>Enter</B>
-setld -l fltk-1.0-dunix <B>Enter</B>
+gunzip fltk-1.0.1-dunix.tar.gz <B>Enter</B>
+tar xvf fltk-1.0.1-dunix.tar <B>Enter</B>
+setld -l fltk-1.0.1-dunix <B>Enter</B>
</PRE></UL>
<H1><FONT FACE="Arial,HELVETICA"><A NAME="hpux">Installing the HP-UX Distribution
@@ -59,7 +59,7 @@ distribution type:
<UL><PRE>
swremove fltk <B>Enter</B>
-gunzip fltk-1.0-hpux.depot.gz <B>Enter</B>
+gunzip fltk-1.0.1-hpux.depot.gz <B>Enter</B>
swinstall -s <I>/full/path/to/</I>fltk.depot <B>Enter</B>
</PRE></UL>
@@ -70,7 +70,7 @@ The IRIX distribution is in <tt>tardist</tt> format. To install the
distribution type:
<UL><PRE>
-tardist fltk-1.0-irix-<I>version</I>.tardist <B>Enter</B>
+tardist fltk-1.0.1-irix-<I>version</I>.tardist <B>Enter</B>
</PRE></UL>
where <I>version</I> is the version of IRIX you have (5.x, 6.x, etc.) The
@@ -87,7 +87,7 @@ popular by the RedHat Linux distribution. To install the distribution
type:
<UL><PRE>
-rpm fltk-1.0-1.<I>processor</I>.rpm <B>Enter</B>
+rpm fltk-1.0.1-1.<I>processor</I>.rpm <B>Enter</B>
</PRE></UL>
where <I>processor</I> is your processor (alpha, i386, mips, or sparc).
@@ -100,8 +100,8 @@ distribution type:
<UL><PRE>
pkgrm fltk <B>Enter</B>
-gunzip fltk-1.0-solaris-<I>processor</I>.pkg.gz <B>Enter</B>
-pkgadd fltk-1.0-solaris-<I>processor</I>.pkg <B>Enter</B>
+gunzip fltk-1.0.1-solaris-<I>processor</I>.pkg.gz <B>Enter</B>
+pkgadd fltk-1.0.1-solaris-<I>processor</I>.pkg <B>Enter</B>
</PRE></UL>
where <I>processor</I> is your processor (intel or sparc).
diff --git a/packages/irix/fltk.spec b/packages/irix/fltk.spec
index 836d1aa86..8387330d3 100644
--- a/packages/irix/fltk.spec
+++ b/packages/irix/fltk.spec
@@ -15,7 +15,7 @@ product fltk
exp fltk.sw.dev
prereq
(
- fltk.sw.eoe 010000000 010000000
+ fltk.sw.eoe 010001000 010001999
)
endsubsys
endimage
diff --git a/packages/linux/makedist.sh b/packages/linux/makedist.sh
index 95ce99243..a501d0c7d 100755
--- a/packages/linux/makedist.sh
+++ b/packages/linux/makedist.sh
@@ -11,8 +11,8 @@
# destination-file = source-file
#
# If you look at the other (commercial) UNIX distributions
-# you'll notice that ALL of them support this syntax in one
-# form or another.
+# you'll notice that ALL of them (except for Digital UNIX)
+# support this syntax in one form or another.
#
# Several folks have pointed out the "build root" stuff
# provided by RPM. There are two problems with this: