# 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}" <