From 8db73c47f20589c612632151a17ee7eb8a0949c7 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 10 Dec 2019 14:40:00 +0300 Subject: added dosfstools --- testing/dosfstools/build | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 testing/dosfstools/build (limited to 'testing/dosfstools/build') 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 -- cgit v1.2.3