aboutsummaryrefslogtreecommitdiff
path: root/extra/cryptsetup/build
diff options
context:
space:
mode:
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