blob: 2a3ac3fca2961f268382c9e1c37f408b2be3d5c6 [file] [log] [blame]
#!/bin/bash
# Copyright 2014 The Chromium Authors. All rights reserved.
# 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 ..