mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
Move update-external.sh to third_party/
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
483bb682a8
commit
70d20da561
@ -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`"
|
Loading…
Reference in New Issue
Block a user