2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-22 22:16:19 +00:00
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