should work now

This commit is contained in:
Your New SJW Waifu 2021-04-05 14:29:29 -05:00
parent 93539cfb7e
commit 5a309cf2d8
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: Your New SJW Waifu <sjw@i.gotabig.wang>
# Contributor: Your New SJW Waifu <sjw@i.gotabig.wang>
ngx_ver=1.18.0
pkgname=nginx-mod-enhance-mp4-git
pkgver=1.0
pkgrel=1
@ -13,7 +13,7 @@ url="https://git.mentality.rip/sjw/ngx_http_enhance_mp4_module"
license=('custom')
source=(${pkgname}::git+https://git.mentality.rip/sjw/ngx_http_enhance_mp4_module.git
http://nginx.org/download/nginx-${_ngx_ver}.tar.gz
http://nginx.org/download/nginx-${ngx_ver}.tar.gz
)
prepare() {
@ -21,8 +21,8 @@ prepare() {
}
build() {
cd "$srcdir"/nginx
./configure --with-compat --add-dynamic-module=../ngx_http_enhance_mp4_module
cd "${srcdir}/nginx-${_ngx_ver}"
./configure --with-compat --add-dynamic-module="${srcdir}/ngx_http_enhance_mp4_module"
make modules
}