aboutsummaryrefslogtreecommitdiff
path: root/testing/dosfstools/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-10 14:40:00 +0300
committerCem Keylan <cem@ckyln.com>2019-12-10 14:40:00 +0300
commit8db73c47f20589c612632151a17ee7eb8a0949c7 (patch)
treedb48ded9881f84cfc3d6878ec944a348dee6c0ee /testing/dosfstools/build
parent0bbe4c12108e45f90a344a9ac60f1b27f3363e19 (diff)
downloadrepository-8db73c47f20589c612632151a17ee7eb8a0949c7.tar.gz
added dosfstools
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