mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
syslinux: fix installation.
{pre,post}_configure stages are not run if build_style==gnu_makefile. Change this to pre_build(). --HG-- extra : convert_revision : ca850119a0f1b90eb9cc4790107eeafbe6dab09b
This commit is contained in:
parent
dcf43b05c1
commit
5ef8ade9ef
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Add_dependency build perl
|
||||||
Add_dependency build nasm
|
Add_dependency build nasm
|
||||||
Add_dependency full glibc
|
Add_dependency full glibc
|
||||||
|
|
||||||
pre_configure()
|
pre_build()
|
||||||
{
|
{
|
||||||
# Disable this file which causes an error.
|
# Disable this file which causes an error.
|
||||||
sed -i -e 's|win32/syslinux.exe||g' $wrksrc/Makefile
|
sed -i -e 's|win32/syslinux.exe||g' $wrksrc/Makefile
|
||||||
|
|
Loading…
Add table
Reference in a new issue