mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
geoip: Fix cargo target directory
Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
parent
3f66ff9b00
commit
8a21d908ae
2
.gitignore
vendored
2
.gitignore
vendored
@ -140,6 +140,8 @@ core.*
|
|||||||
# /scripts
|
# /scripts
|
||||||
/scripts/maint/checkOptionDocs.pl
|
/scripts/maint/checkOptionDocs.pl
|
||||||
/scripts/maint/updateVersions.pl
|
/scripts/maint/updateVersions.pl
|
||||||
|
scripts/maint/geoip/geoip
|
||||||
|
scripts/maint/geoip/geoip6
|
||||||
|
|
||||||
# /src/
|
# /src/
|
||||||
/src/Makefile
|
/src/Makefile
|
||||||
|
@ -18,7 +18,7 @@ location dump "$TMP/geoip-dump.txt"
|
|||||||
|
|
||||||
OLDDIR=$(pwd)
|
OLDDIR=$(pwd)
|
||||||
cd "$DIR/geoip-db-tool/"
|
cd "$DIR/geoip-db-tool/"
|
||||||
cargo build --release
|
cargo build --release --target-dir "target"
|
||||||
cd "$OLDDIR"
|
cd "$OLDDIR"
|
||||||
|
|
||||||
"$DIR/geoip-db-tool/target/release/geoip-db-tool" -i "$TMP/geoip-dump.txt"
|
"$DIR/geoip-db-tool/target/release/geoip-db-tool" -i "$TMP/geoip-dump.txt"
|
||||||
|
Loading…
Reference in New Issue
Block a user