kiss-mfavila-small/wip_ports/todo/unknown/torsocks/build

9 lines
102 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh -e
./configure \
--prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR="$1" install