macchanger: fix post_patch patch arguments

This commit is contained in:
Duncaen 2022-06-29 14:40:48 +02:00
parent 660343d385
commit 33bb04af58
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'macchanger'
pkgname=macchanger
version=1.7.0
revision=4
revision=5
create_wrksrc=yes
build_wrksrc="macchanger-${version}"
build_style=gnu-configure
@ -19,9 +19,9 @@ checksum="1d75c07a626321e07b48a5fe2dbefbdb98c3038bb8230923ba8d32bda5726e4f
patch_args="-Np1 --directory=${build_wrksrc}"
post_patch() {
patch -Np1 -D "${build_wrksrc}" <../debian/patches/02-fix_usage_message.patch
patch -Np1 -D "${build_wrksrc}" <../debian/patches/06-update_OUI_list.patch
patch -Np1 -D "${build_wrksrc}" <../debian/patches/08-fix_random_MAC_choice.patch
patch -Np1 -D "${build_wrksrc}" <../debian/patches/check-random-device-read-errors.patch
patch -Np1 -D "${build_wrksrc}" <../debian/patches/verify-changed-MAC.patch
patch -Np1 <../debian/patches/02-fix_usage_message.patch
patch -Np1 <../debian/patches/06-update_OUI_list.patch
patch -Np1 <../debian/patches/08-fix_random_MAC_choice.patch
patch -Np1 <../debian/patches/check-random-device-read-errors.patch
patch -Np1 <../debian/patches/verify-changed-MAC.patch
}