mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-16 09:42:16 +02:00
Implement a way to set a destination directory using DESTDIR, and a tmp directory using TMPDIR. By default: - DESTDIR is ../vtest like it was done previously - TMPDIR is mktemp -d Only the vtest binary is copied in DESTDIR. Example: TMPDIR=/dev/shm/ DESTDIR=/home/user/.local/bin/ ./scripts/build-vtest.sh