diff options
author | Renato Botelho <renato@netgate.com> | 2016-11-16 17:17:23 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-11-16 17:17:23 -0200 |
commit | 8f6cd075784a1a180e646631fbbd945a40f62394 (patch) | |
tree | 4c6f4dbb70b76d347d67ad972d1eb98f47136713 /tools/templates | |
parent | cd618e856bdcc54813213184625ae64b0cf15743 (diff) | |
download | pfsense-8f6cd075784a1a180e646631fbbd945a40f62394.zip pfsense-8f6cd075784a1a180e646631fbbd945a40f62394.tar.gz |
Make sure pkg repo config files are not included in base tarball
Diffstat (limited to 'tools/templates')
-rw-r--r-- | tools/templates/core_pkg/base/exclude_files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/templates/core_pkg/base/exclude_files b/tools/templates/core_pkg/base/exclude_files index 4797353..1cbae17 100644 --- a/tools/templates/core_pkg/base/exclude_files +++ b/tools/templates/core_pkg/base/exclude_files @@ -33,5 +33,6 @@ ./tmp ./usr/local/share/%%PRODUCT_NAME%%/base.mtree ./usr/local/share/%%PRODUCT_NAME%%/base.txz +./usr/local/share/%%PRODUCT_NAME%%/pkg ./usr/local/etc/pkg/repos/%%PRODUCT_NAME%%.conf ./var/db/pkg |