wok-next diff airpwn/receipt @ rev 20430
fake-sane: fix copy-paste typo
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jan 24 13:29:11 2018 +0200 (2018-01-24) |
parents | 11b5e93cb5f2 |
children | e6615350078d |
line diff
1.1 --- a/airpwn/receipt Tue Jul 05 15:34:01 2016 +0300 1.2 +++ b/airpwn/receipt Wed Jan 24 13:29:11 2018 +0200 1.3 @@ -17,9 +17,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - # Patch configure to link libcrypto 1.8 - patch -Np1 -i $stuff/link-libcrypto.patch 1.9 - 1.10 # Fix airpwn files so we can use it with a Python version other than 2.4. 1.11 PYTHON_VERSION1=$(python -c 'import sys; print sys.version[:3]') 1.12 PYTHON_VERSION2=$(echo $PYTHON_VERSION1 | tr . _)