blob: 1e2bb01fb732530f9b69f0329b254b599236ad58 [file] [log] [blame]
#!/bin/bash
# Copyright 2018 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
v=$2
deps=$(<"${OUT}"/gen/libshill-net-deps.txt)
sed \
-e "s/@BSLOT@/${v}/g" \
-e "s/@PRIVATE_PC@/${deps}/g" \
"libshill-net.pc.in" > "${OUT}/lib/libshill-net.pc"