aboutsummaryrefslogtreecommitdiff
path: root/extra/cryptsetup/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-03-13 17:30:10 +0300
committerCem Keylan <cem@ckyln.com>2020-03-13 17:30:10 +0300
commit899204961996123f934c977534407fccb296b864 (patch)
tree4b62685324a85137edcf32399d564c9fc6e225c5 /extra/cryptsetup/build
parent9d02690c339d5915e3f4a51bf681c528f2139a39 (diff)
downloadrepository-899204961996123f934c977534407fccb296b864.tar.gz
cryptsetup: removed from main
Diffstat (limited to 'extra/cryptsetup/build')
-rwxr-xr-xextra/cryptsetup/build12
1 files changed, 0 insertions, 12 deletions
diff --git a/extra/cryptsetup/build b/extra/cryptsetup/build
deleted file mode 100755
index 6e6631df..00000000
--- a/extra/cryptsetup/build
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh -e
-
-machine=$(cc -dumpmachine)
-
-./configure \
- --prefix=/usr \
- --build="$machine" \
- --host="$machine" \
- --disable-blkid
-
-make
-make DESTDIR="$1" install