From 70d20da561088a04bf8d87f31771228a8ffccea8 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 25 Mar 2015 11:13:42 +0000 Subject: [PATCH] Move update-external.sh to third_party/ Signed-Off-By: Jelmer Vernooij Reviewed-by: Jeremy Allison --- lib/update-external.sh => third_party/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename lib/update-external.sh => third_party/update.sh (96%) diff --git a/lib/update-external.sh b/third_party/update.sh similarity index 96% rename from lib/update-external.sh rename to third_party/update.sh index 7a22c36cecd..5248d95f3a6 100755 --- a/lib/update-external.sh +++ b/third_party/update.sh @@ -1,9 +1,9 @@ #!/bin/sh -# Pull in a new snapshot of external projects that are included in +# Pull in a new snapshot of external projects that are included in # our source tree for users that don't have them installed on their system # Third party directory -THIRD_PARTY_DIR="`dirname $0`/../third_party" +THIRD_PARTY_DIR="`dirname $0`" # Library directory where projects live that haven't been migrated to # $THIRD_PARTY_DIR yet. WORKDIR="`mktemp -d`" -- 2.25.1