From 3c7785b8f052b623e2d478b0161820eaeef764c3 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 10 Dec 2019 17:42:57 +0300 Subject: moved dosfstools to core --- testing/dosfstools/build | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 testing/dosfstools/build (limited to 'testing/dosfstools/build') diff --git a/testing/dosfstools/build b/testing/dosfstools/build deleted file mode 100755 index 75812fcf..00000000 --- a/testing/dosfstools/build +++ /dev/null @@ -1,11 +0,0 @@ -#!/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