repo/extra/dosfstools/build

11 lines
164 B
Plaintext
Raw Normal View History

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