dcp-client 5.1.10 → 5.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/bundle CHANGED
@@ -174,7 +174,7 @@ fi
174
174
  NO_LOG=1 \
175
175
  SKIP_SUDO_CHECK=1 \
176
176
  DCP_LOCAL_CONFIG_EXTRAS="${BUNDLE_TMP}/local-config.incl" \
177
- "${DCP_SRC}/install.sh" -NI ${DCP_INSTALL_FLAGS} autogen-schemas build-dcp-client
177
+ "${DCP_SRC}/install.sh" -N ${DCP_INSTALL_FLAGS} build-dcp-client
178
178
 
179
179
  EXIT_CODE="$?"
180
180
  if [ "$EXIT_CODE" != "0" ]; then