diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-13 17:30:10 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-13 17:30:10 +0300 |
commit | 899204961996123f934c977534407fccb296b864 (patch) | |
tree | 4b62685324a85137edcf32399d564c9fc6e225c5 /extra/cryptsetup/build | |
parent | 9d02690c339d5915e3f4a51bf681c528f2139a39 (diff) | |
download | repository-899204961996123f934c977534407fccb296b864.tar.gz |
cryptsetup: removed from main
Diffstat (limited to 'extra/cryptsetup/build')
-rwxr-xr-x | extra/cryptsetup/build | 12 |
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 |