buildpkg.packaging.solaris: correct comment for add_proto()

This commit is contained in:
Tom G. Christensen 2013-01-27 13:50:17 +01:00
parent d7d89b9209
commit 54976188a5

View File

@ -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