buildpkg.packaging.solaris: correct comment for add_proto()
This commit is contained in:
parent
d7d89b9209
commit
54976188a5
@ -236,7 +236,7 @@ add_file()
|
|||||||
# add_proto(): Add entries to prototype file
|
# add_proto(): Add entries to prototype file
|
||||||
# params: $1 = permission $2 = owner $3 = group $4 = filespec $5 = metafile suffix
|
# params: $1 = permission $2 = owner $3 = group $4 = filespec $5 = metafile suffix
|
||||||
# $5 is usually the section header from pkgdef
|
# $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()
|
add_proto()
|
||||||
{
|
{
|
||||||
if [ $# -lt 5 ]; then
|
if [ $# -lt 5 ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user