blob: a66dbbd2de0078b781083912c12875289cd4f4cf [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 libnspr4.
if [ -d nspr ]
then
mv nspr/* .
elif [ -d mozilla/nsprpub ]
then
mv mozilla/nsprpub/* .
else
echo "libnspr4.sh: package has unexpected directory structure. Please update this script."
return 1
fi