repo/extra/dosfstools/build

11 lines
Plaintext
Raw Normal View History

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