should work now
This commit is contained in:
parent
93539cfb7e
commit
5a309cf2d8
8
PKGBUILD
8
PKGBUILD
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user