David Tolnay | 1dba349 | 2019-03-11 16:50:28 -0700 | [diff] [blame] | 1 | #!/bin/bash |
2 | |||||
3 | # Copyright 2019 The Chromium OS Authors. All rights reserved. | ||||
4 | # Use of this source code is governed by a BSD-style license that can be | ||||
5 | # found in the LICENSE file. | ||||
6 | |||||
7 | set -ex | ||||
8 | |||||
9 | v=$1 | ||||
10 | out=$2 | ||||
11 | |||||
12 | mkdir -p "${out}" | ||||
13 | sed -e "s/@BSLOT@/${v}/g" libtpm2.pc.in > "${out}/libtpm2.pc" |