blob: 418c9fc87e1ee02fb3825444eeece97c83c670db [file] [log] [blame]
Bertrand SIMONNET10953b52015-08-13 14:27:05 -07001#!/bin/bash
2
Mike Frysinger4c331892022-09-13 05:17:08 -04003# Copyright 2015 The ChromiumOS Authors
Bertrand SIMONNET10953b52015-08-13 14:27:05 -07004# Use of this source code is governed by a BSD-style license that can be
5# found in the LICENSE file.
6
7set -e
8
9v=$1
10include_dir=$2
11
12sed \
13 -e "s/@BSLOT@/${v}/g" \
14 -e "s:@INCLUDE_DIR@:${include_dir}:g" \
15 "libminijail.pc.in" > "libminijail.pc"