diff options
Diffstat (limited to 'Ports/yasm/package.sh')
-rwxr-xr-x | Ports/yasm/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/yasm/package.sh b/Ports/yasm/package.sh index 23afb7dbfb..3661039176 100755 --- a/Ports/yasm/package.sh +++ b/Ports/yasm/package.sh @@ -5,5 +5,5 @@ files="https://www.tortall.net/projects/yasm/releases/yasm-${version}.tar.gz yas auth_type="sha256" useconfigure=true use_fresh_config_sub=true -config_sub_path=config/config.sub +config_sub_paths=("config/config.sub") makeopts=() |