Move update-external.sh to third_party/
authorJelmer Vernooij <jelmer@samba.org>
Wed, 25 Mar 2015 11:13:42 +0000 (11:13 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 26 Mar 2015 21:47:22 +0000 (22:47 +0100)
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
third_party/update.sh [moved from lib/update-external.sh with 96% similarity]

similarity index 96%
rename from lib/update-external.sh
rename to third_party/update.sh
index 7a22c36cecdf72dada38064eb11689720301c714..5248d95f3a604512e4fe8f7d6f5578bb8e34f56b 100755 (executable)
@@ -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`"