[packages/aircrack-ptw] - rel 3, fix sed invocation
baggins
baggins at pld-linux.org
Sat Feb 21 14:01:21 CET 2026
commit d70f6208f16522422af36f4936a145b1744e42cb
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Feb 21 15:01:11 2026 +0100
- rel 3, fix sed invocation
aircrack-ptw.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/aircrack-ptw.spec b/aircrack-ptw.spec
index f29d454..9b3dbca 100644
--- a/aircrack-ptw.spec
+++ b/aircrack-ptw.spec
@@ -2,7 +2,7 @@ Summary: Faster then aircrack-ng WEP key cracker
Summary(pl.UTF-8): Szybszy niż aircrack-ng łamacz kluczy WEP
Name: aircrack-ptw
Version: 1.0.0
-Release: 2
+Release: 3
License: GPL
Group: Applications/Networking
Source0: http://www.cdc.informatik.tu-darmstadt.de/aircrack-ptw/download/%{name}-%{version}.tar.gz
@@ -28,7 +28,7 @@ wynosi około 80%, a przy 85000 około 95%.
%prep
%setup -q
-sed -i -e 's/gcc/%{__cc}/;s/-O3/%{rpmcflags}/' Makefile
+%{__sed} -i -e 's|gcc|%{__cc}|' -e 's|-O3|%{rpmcflags}|' Makefile
%build
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/aircrack-ptw.git/commitdiff/d70f6208f16522422af36f4936a145b1744e42cb
More information about the pld-cvs-commit
mailing list