Replace version string to be cooler

This commit is contained in:
Mark Vainomaa 2018-12-25 18:02:37 +02:00
parent 102db978a5
commit 9c43195b6c
Signed by: mikroskeem
GPG Key ID: 1B3F9523B542D315
1 changed files with 3 additions and 0 deletions

View File

@ -98,6 +98,9 @@ prepare() {
return 1
}
done
# Replace version string
sed -i '/^#define NGINX_VER/s|"nginx/"|"'${pkgname}'/"|' "${_pkgname}-${pkgver}/src/core/nginx.h"
}
build() {