blob: 2dee1ff9ea5c498aaa676afd2874da1a1ff1f61a [file] [log] [blame]
David Tolnay1dba3492019-03-11 16:50:28 -07001#!/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
7set -ex
8
9v=$1
10out=$2
11
12mkdir -p "${out}"
13sed -e "s/@BSLOT@/${v}/g" libtpm2.pc.in > "${out}/libtpm2.pc"