pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mk/scripts



Module Name:    pkgsrc
Committed By:   khorben
Date:           Sat May 30 03:36:45 UTC 2020

Modified Files:
        pkgsrc/mk/scripts: binpkg-cache

Log Message:
Typo


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/mk/scripts/binpkg-cache

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/scripts/binpkg-cache
diff -u pkgsrc/mk/scripts/binpkg-cache:1.22 pkgsrc/mk/scripts/binpkg-cache:1.23
--- pkgsrc/mk/scripts/binpkg-cache:1.22 Wed Aug 22 20:48:37 2018
+++ pkgsrc/mk/scripts/binpkg-cache      Sat May 30 03:36:45 2020
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: binpkg-cache,v 1.22 2018/08/22 20:48:37 maya Exp $
+# $NetBSD: binpkg-cache,v 1.23 2020/05/30 03:36:45 khorben Exp $
 #
 # Script for generating a cache file with information about
 # all binary packages contained in a directory.
@@ -72,7 +72,7 @@ usage(){
        echo "        packages.  This cache file can then be used by the README.html"
        echo "        generation code to avoid having to call pkg_info(1) over and over"
        echo "        on the same binary package.  In addition, pkg_summary.gz files for"
-       echo "        use by the pkgtools/pkg_chk pacakge may be generated."
+       echo "        use by the pkgtools/pkg_chk package may be generated."
        echo " "
        echo "Usage:      $prog [-d|--debug] [-v|--verbose] [-s|--summary] [-p|--packages <dir>]"
        echo " "



Home | Main Index | Thread Index | Old Index