blob: 0d43da273a75149b6cc5e755fffc7326eb8913a1 [file] [log] [blame]
#!/bin/bash
# Copyright 2014 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# This script does some preparations before build of instrumented freetype.
mkdir temp
mv * temp/
cd temp
./debian/rules patch
mv freetype-*/* ../
cd ..