Commit b52b1a13 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf cryptsetup-2.3.1.tar.xz
patch -Np1 -d cryptsetup-2.3.1 < cryptsetup-2.3.1-tests.patch
cd cryptsetup-2.3.1 && ./configure --prefix=/usr
$(MAKE) -C cryptsetup-2.3.1
$(MAKE) -C cryptsetup-2.3.1 check
$(MAKE) -C cryptsetup-2.3.1 install
rm -rf cryptsetup-2.3.1
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment