mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-29 22:42:10 +01:00
Update maintainer script template
Review URL: http://codereview.chromium.org/543146
This commit is contained in:
parent
ce1ce9740a
commit
8cb7443cad
@ -91,13 +91,18 @@ cat <<EOF > "$path"
|
|||||||
# Use of this source code is governed by a BSD-style license that can be
|
# Use of this source code is governed by a BSD-style license that can be
|
||||||
# found in the LICENSE file.
|
# found in the LICENSE file.
|
||||||
|
|
||||||
|
# $file
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
# \$ROOT - The path to the target root file system.
|
# \$ROOT - The path to the target root file system.
|
||||||
# \$SRC_ROOT - The path to the source tree.
|
# \$SRC_ROOT - The path to the source tree.
|
||||||
|
|
||||||
# $file
|
|
||||||
|
|
||||||
# TODO: The equivalent of $file running from outside of the target rootfs
|
# 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.
|
# that only uses tools from the build machine and not from the target.
|
||||||
|
|
||||||
|
exit 1
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
chmod 0750 "$path"
|
chmod 0750 "$path"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user