From 54976188a54a52646719ae6eabc1bf55e5df9c53 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Sun, 27 Jan 2013 13:50:17 +0100 Subject: [PATCH] buildpkg.packaging.solaris: correct comment for add_proto() --- buildpkg.packaging.solaris | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpkg.packaging.solaris b/buildpkg.packaging.solaris index 1b03750..0a4e998 100644 --- a/buildpkg.packaging.solaris +++ b/buildpkg.packaging.solaris @@ -236,7 +236,7 @@ add_file() # add_proto(): Add entries to prototype file # params: $1 = permission $2 = owner $3 = group $4 = filespec $5 = metafile suffix # $5 is usually the section header from pkgdef -# Additions will be done to the file $metadir/prototype.$pkgname +# Additions will be done to the file $metadir/prototype.$secname add_proto() { if [ $# -lt 5 ]; then