From 157eb2bf58996601e6502ef2c4a563ddd9bcf9df Mon Sep 17 00:00:00 2001 From: Travis McLane Date: Mon, 12 Mar 2018 13:09:37 -0500 Subject: [PATCH] ZCS-4381 include zimbra-attrs-schema in zimbra-common-mbox-conf-attrs package --- pkg-builder.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg-builder.pl b/pkg-builder.pl index 3a280550411..c34cc1f395b 100755 --- a/pkg-builder.pl +++ b/pkg-builder.pl @@ -350,6 +350,7 @@ () cpy_file( "store/conf/attrs/amavisd-new-attrs.xml", "$stage_base_dir/opt/zimbra/conf/attrs/amavisd-new-attrs.xml" ); cpy_file( "store/conf/attrs/zimbra-attrs.xml", "$stage_base_dir/opt/zimbra/conf/attrs/zimbra-attrs.xml" ); cpy_file( "store/conf/attrs/zimbra-ocs.xml", "$stage_base_dir/opt/zimbra/conf/attrs/zimbra-ocs.xml" ); + cpy_file( "store/build/dist/conf/attrs/zimbra-attrs-schema", "$stage_base_dir/opt/zimbra/conf/zimbra-attrs-schema" ); return ["store/conf/attrs"]; }