OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 30-Aug-2003 22:58:51
Branch: HEAD Handle: 2003083021585100
Modified files:
openpkg-src/openpkg openpkg.spec
Log:
fix typo, multiple times (cut & paste makes it possible ;-). Thanks to
Matthias Kurz <[EMAIL PROTECTED]> for recognizing it
Summary:
Revision Changes Path
1.204 +7 -7 openpkg-src/openpkg/openpkg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.203 -r1.204 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 30 Aug 2003 14:16:44 -0000 1.203
+++ openpkg-src/openpkg/openpkg.spec 30 Aug 2003 20:58:51 -0000 1.204
@@ -226,7 +226,7 @@
echo "usrgrp=$usrgrp" >>./.buildenv
# display verbosity header
- VERBOSE "PREPERATION: Determine OpenPKG User/Group Name/Id Pairs"
+ VERBOSE "PREPARATION: Determine OpenPKG User/Group Name/Id Pairs"
# determine user/group name/id pairs
# - bootstrapping: %{l_[smrn]{usr,grp}} is set via sed(1)
@@ -280,7 +280,7 @@
echo "ngid=\"$ngid\"; export ngid" >>.buildenv
# display verbosity header
- VERBOSE "PREPERATION: Determine OpenPKG Instance Environment"
+ VERBOSE "PREPARATION: Determine OpenPKG Instance Environment"
# determine installation location id
if [ ".%{?l_location:set}" = .set ]; then
@@ -326,7 +326,7 @@
echo "l_build_ulim=\"$l_build_ulim\"; export l_build_ulim" >>.buildenv
# display verbosity header
- VERBOSE "PREPERATION: Build GNU gzip (Compression Tool)"
+ VERBOSE "PREPARATION: Build GNU gzip (Compression Tool)"
# bootstrap GNU zip tool
${l_tar} xf `SOURCE gzip-%{V_gzip}.tar` 2>/dev/null || true
@@ -341,7 +341,7 @@
echo "l_gzip=\"$l_gzip\"; export l_gzip" >>.buildenv
# display verbosity header
- VERBOSE "PREPERATION: Unpack Distribution Tarballs"
+ VERBOSE "PREPARATION: Unpack Distribution Tarballs"
# unpack distribution tarballs
${l_gzip} -dc `SOURCE rpm-%{V_rpm}.tar.gz` | ${l_tar} xf -
2>/dev/null || true
@@ -364,7 +364,7 @@
done
# display verbosity header
- VERBOSE "PREPERATION: Build GNU patch (Source Patching Tool)"
+ VERBOSE "PREPARATION: Build GNU patch (Source Patching Tool)"
# bootstrap GNU patch tool
( cd patch-%{V_patch}
@@ -382,7 +382,7 @@
echo "l_patch=\"$l_patch\"; export l_patch" >>.buildenv
# display verbosity header
- VERBOSE "PREPERATION: Apply OpenPKG Patches to Distibutions"
+ VERBOSE "PREPARATION: Apply OpenPKG Patches to Distibutions"
# apply OpenPKG patches to distribution trees
( cd rpm-%{V_rpm}
@@ -397,7 +397,7 @@
) || exit $?
# display verbosity header
- VERBOSE "PREPERATION: Build GNU make (Build Tool)"
+ VERBOSE "PREPARATION: Build GNU make (Build Tool)"
# bootstrap GNU make tool
( cd make-%{V_make}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]