blob: e2d6f04bb38f7443557b20c58c5df497647242e4 [file] [log] [blame]
#!/bin/bash
# Copyright 2021 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.
set -e
OUT=$1
VER=$2
sed -e "s/@BSLOT@/${VER}/g" \
libfeatures.pc.in > "${OUT}/lib/libfeatures.pc"
sed -e "s/@BSLOT@/${VER}/g" \
libfeatures_c.pc.in > "${OUT}/lib/libfeatures_c.pc"