diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-10 17:42:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-10 17:42:57 +0300 |
commit | 3c7785b8f052b623e2d478b0161820eaeef764c3 (patch) | |
tree | 1ed6c0b82c844d70c102a70c41f865406ed13746 /testing/dosfstools/build | |
parent | 8db73c47f20589c612632151a17ee7eb8a0949c7 (diff) | |
download | repository-3c7785b8f052b623e2d478b0161820eaeef764c3.tar.gz |
moved dosfstools to core
Diffstat (limited to 'testing/dosfstools/build')
-rwxr-xr-x | testing/dosfstools/build | 11 |
1 files changed, 0 insertions, 11 deletions
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 |