diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2015-03-25 11:13:42 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2015-03-26 22:47:22 +0100 |
commit | 70d20da561088a04bf8d87f31771228a8ffccea8 (patch) | |
tree | ac51fceede0e06d3adce753296489a89d93808d9 | |
parent | 483bb682a87b10b1faebb2eda40ed3bed2d7a0df (diff) | |
download | samba-70d20da561088a04bf8d87f31771228a8ffccea8.tar.gz |
Move update-external.sh to third_party/
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
-rwxr-xr-x | third_party/update.sh (renamed from lib/update-external.sh) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/update-external.sh b/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`" |