9 lines
110 B
Plaintext
Raw Normal View History

#!/bin/sh -e
2021-05-11 01:07:37 -03:00
./configure \
--prefix=/usr \
--without-zenmap
make
make DESTDIR="$1" install