From f07233018b7a56481594b26c22ec439223e0d30b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 19 Dec 2008 05:10:30 +0100 Subject: [PATCH] genindex: improve some comments. --HG-- extra : convert_revision : 7da94c9254a521dba13df51a53fd183d48470929 --- utils/sh/binpkg-genindex.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/utils/sh/binpkg-genindex.sh b/utils/sh/binpkg-genindex.sh index e17e8d86ded..b4f5a303326 100644 --- a/utils/sh/binpkg-genindex.sh +++ b/utils/sh/binpkg-genindex.sh @@ -83,6 +83,9 @@ write_repo_pkgindex() rm -rf $tmppkgdir } +# +# No indentation is done here, because xbps-pkgdb does it for us. +# write_repo_pkgindex_header() { local file="$1" @@ -114,8 +117,7 @@ _EOF # # Function that writes the package's metadata dictionary into the -# package index file for a repository. Proper indentation is done -# as well, thanks to the shell scripting magic :-) +# package index file for a repository. # write_repo_pkgindex_dict() {