X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9a44fb9de57a2f44347aecd26928eee03ea3c60c..b161916d6b97e8b7205670ecc972a590749dd93c:/build/rails-package-scripts/step2.sh diff --git a/build/rails-package-scripts/step2.sh b/build/rails-package-scripts/step2.sh index 98de494e1d..41c9cd71e3 100644 --- a/build/rails-package-scripts/step2.sh +++ b/build/rails-package-scripts/step2.sh @@ -1,4 +1,8 @@ #!/bin/sh +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + # This code runs after package variable definitions, before the actual # pre/post package work, to set some variable and function defaults. @@ -7,7 +11,7 @@ if [ -z "$INSTALL_PATH" ]; then PACKAGE BUILD ERROR: $0 is missing package metadata. -This package is buggy. Please mail to let +This package is buggy. Please mail to let us know the name and version number of the package you tried to install, and we'll get it fixed. @@ -19,7 +23,6 @@ RELEASE_PATH=$INSTALL_PATH/current RELEASE_CONFIG_PATH=$RELEASE_PATH/config SHARED_PATH=$INSTALL_PATH/shared -RAILSPKG_SUPPORTS_CONFIG_CHECK=${RAILSPKG_SUPPORTS_CONFIG_CHECK:-1} if ! type setup_extra_conffiles >/dev/null 2>&1; then setup_extra_conffiles() { return; } fi