Update maintainer script template

Review URL: http://codereview.chromium.org/543146
This commit is contained in:
Steve VanDeBogart 2010-01-20 21:39:29 -08:00
parent ce1ce9740a
commit 8cb7443cad

View File

@ -91,13 +91,18 @@ cat <<EOF > "$path"
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# $file
set -e
# \$ROOT - The path to the target root file system.
# \$SRC_ROOT - The path to the source tree.
# $file
# TODO: The equivalent of $file running from outside of the target rootfs
# that only uses tools from the build machine and not from the target.
exit 1
EOF
chmod 0750 "$path"
}