diff --git a/chroot_version_hooks.d/3_libtool_update b/chroot_version_hooks.d/3_libtool_update new file mode 100644 index 0000000000..fc63cbd05c --- /dev/null +++ b/chroot_version_hooks.d/3_libtool_update @@ -0,0 +1,53 @@ +# Copyright (c) 2011 The Chromium OS Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +update_pkgconfig_wrapper() { + local board="$1" + local board_root="/build/${board}" + local target="/usr/local/bin/pkg-config-${board}" + sudo_clobber "${target}" <