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 | |
parent | 8db73c47f20589c612632151a17ee7eb8a0949c7 (diff) | |
download | repository-3c7785b8f052b623e2d478b0161820eaeef764c3.tar.gz |
moved dosfstools to core
Diffstat (limited to 'testing/dosfstools')
-rwxr-xr-x | testing/dosfstools/build | 11 | ||||
-rw-r--r-- | testing/dosfstools/checksums | 1 | ||||
-rw-r--r-- | testing/dosfstools/sources | 1 | ||||
-rw-r--r-- | testing/dosfstools/version | 1 |
4 files changed, 0 insertions, 14 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 diff --git a/testing/dosfstools/checksums b/testing/dosfstools/checksums deleted file mode 100644 index 12827f08..00000000 --- a/testing/dosfstools/checksums +++ /dev/null @@ -1 +0,0 @@ -e6b2aca70ccc3fe3687365009dd94a2e18e82b688ed4e260e04b7412471cc173 dosfstools-4.1.tar.xz diff --git a/testing/dosfstools/sources b/testing/dosfstools/sources deleted file mode 100644 index c3230867..00000000 --- a/testing/dosfstools/sources +++ /dev/null @@ -1 +0,0 @@ -https://github.com/dosfstools/dosfstools/releases/download/v4.1/dosfstools-4.1.tar.xz diff --git a/testing/dosfstools/version b/testing/dosfstools/version deleted file mode 100644 index 60d2ac65..00000000 --- a/testing/dosfstools/version +++ /dev/null @@ -1 +0,0 @@ -4.1 1 |