repo/extra/dosfstools/build

10 lines
139 B
Plaintext
Raw Normal View History

2020-01-21 20:55:38 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--enable-compat-symlinks
make
make DESTDIR="$1" install