Clarify when to use the -pcre option when constructing the distribution package content
authorIan Silvester <iansilvester@fastmail.fm>
Tue, 8 Jan 2013 01:57:54 +0000 (01:57 +0000)
committerIan Silvester <iansilvester@fastmail.fm>
Tue, 8 Jan 2013 01:57:54 +0000 (01:57 +0000)
OS X Package Builder HOWTO.txt

index ace0b82..adc49a2 100644 (file)
@@ -50,7 +50,7 @@ The second consideration when using external PCRE is that the PCRE build process
 
 2. Construct the package contents hierarchy
 
-Use constructPkgContent.sh to build the hierarchy of folders and files necessary for building the package. This will construct a new folder named 'pkg content' and copy in the binary, documentation and supporting files. If you are bundling an external PCRE fileset, use the optional switch -pcre to instruct constructPkgContent.sh to include those files.
+Use constructPkgContent.sh to build the hierarchy of folders and files necessary for building the package. This will construct a new folder named 'pkg content' and copy in the binary, documentation and supporting files. If you are bundling an external PCRE fileset (i.e. if you built privoxy to use an external PCRE library), use the optional switch -pcre to instruct constructPkgContent.sh to include the libpcre fileset.
 
 Once this is done, the file 'pkg resources/interface texts/ReadMe.txt' will need to be edited to give a precis of what this release of Privoxy brings. This can be distilled from the README for the latest Privoxy project release.