aboutsummaryrefslogtreecommitdiff
path: root/testing/dosfstools/build
diff options
context:
space:
mode:
Diffstat (limited to 'testing/dosfstools/build')
-rwxr-xr-xtesting/dosfstools/build11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/dosfstools/build b/testing/dosfstools/build
new file mode 100755
index 00000000..75812fcf
--- /dev/null
+++ b/testing/dosfstools/build
@@ -0,0 +1,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