mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
macchanger: fix post_patch patch arguments
This commit is contained in:
parent
660343d385
commit
33bb04af58
1 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'macchanger'
|
# Template file for 'macchanger'
|
||||||
pkgname=macchanger
|
pkgname=macchanger
|
||||||
version=1.7.0
|
version=1.7.0
|
||||||
revision=4
|
revision=5
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc="macchanger-${version}"
|
build_wrksrc="macchanger-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -19,9 +19,9 @@ checksum="1d75c07a626321e07b48a5fe2dbefbdb98c3038bb8230923ba8d32bda5726e4f
|
||||||
patch_args="-Np1 --directory=${build_wrksrc}"
|
patch_args="-Np1 --directory=${build_wrksrc}"
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
patch -Np1 -D "${build_wrksrc}" <../debian/patches/02-fix_usage_message.patch
|
patch -Np1 <../debian/patches/02-fix_usage_message.patch
|
||||||
patch -Np1 -D "${build_wrksrc}" <../debian/patches/06-update_OUI_list.patch
|
patch -Np1 <../debian/patches/06-update_OUI_list.patch
|
||||||
patch -Np1 -D "${build_wrksrc}" <../debian/patches/08-fix_random_MAC_choice.patch
|
patch -Np1 <../debian/patches/08-fix_random_MAC_choice.patch
|
||||||
patch -Np1 -D "${build_wrksrc}" <../debian/patches/check-random-device-read-errors.patch
|
patch -Np1 <../debian/patches/check-random-device-read-errors.patch
|
||||||
patch -Np1 -D "${build_wrksrc}" <../debian/patches/verify-changed-MAC.patch
|
patch -Np1 <../debian/patches/verify-changed-MAC.patch
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue