2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 08:22:28 +00:00
repo/extra/dosfstools/build
2020-01-21 22:55:38 +02:00

10 lines
139 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--enable-compat-symlinks
make
make DESTDIR="$1" install