aboutsummaryrefslogtreecommitdiff
path: root/testing/dosfstools/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-10 17:42:57 +0300
committerCem Keylan <cem@ckyln.com>2019-12-10 17:42:57 +0300
commit3c7785b8f052b623e2d478b0161820eaeef764c3 (patch)
tree1ed6c0b82c844d70c102a70c41f865406ed13746 /testing/dosfstools/build
parent8db73c47f20589c612632151a17ee7eb8a0949c7 (diff)
downloadrepository-3c7785b8f052b623e2d478b0161820eaeef764c3.tar.gz
moved dosfstools to core
Diffstat (limited to 'testing/dosfstools/build')
-rwxr-xr-xtesting/dosfstools/build11
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