From: Jelmer Vernooij Date: Wed, 25 Mar 2015 11:13:42 +0000 (+0000) Subject: Move update-external.sh to third_party/ X-Git-Tag: tdb-1.3.5~272 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=70d20da561088a04bf8d87f31771228a8ffccea8;hp=483bb682a87b10b1faebb2eda40ed3bed2d7a0df Move update-external.sh to third_party/ Signed-Off-By: Jelmer Vernooij Reviewed-by: Jeremy Allison --- 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`"