mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/aircrack-ng: fix
This commit is contained in:
parent
a42c9c5f5a
commit
51e4863cb9
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ md5sums=('bb11ec14e1fe505d8d0d51cee0c54df9')
|
|||
|
||||
prepare() {
|
||||
cd $pkgname-$_pkgver
|
||||
if [[ $CARCH != "aarch64" ]]
|
||||
if [[ $CARCH != "aarch64" ]]; then
|
||||
patch -p1 -i ../0001-no-neon.patch
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue