aboutsummaryrefslogtreecommitdiff
path: root/testing/dosfstools/build
blob: 75812fcf4f5c62af804d700a1271177d18c4b001 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e


./configure \
	--prefix=/ \
	--enable-compat-symlinks \
	--mandir=/usr/share/man \
	--docdir=/usr/share/doc/dosfstools-4.1

make
make DESTDIR="$1" install