summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoran Nushkov2019-04-06 01:00:54 +0200
committerGoran Nushkov2019-04-06 01:00:54 +0200
commit2db9f7edb400acf3b7f749f85c9feb5400334d9d (patch)
treecb81d7bdc162f3a8f480d9dd21ec78ba9362780f
parent72249e3579a325a9949f1c47e2e95dd9e259bb38 (diff)
downloadaur-2db9f7edb400acf3b7f749f85c9feb5400334d9d.tar.gz
Fixed openresty
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c80de53b7b9c..755749f29364 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,6 +21,8 @@ package(){
# Fix directories structure differencies
cd "${pkgdir}"
+
+ export PATH=/opt/openresty/bin:$PATH
install -D -m644 "/usr/local/openresty/pod/nginx/license_copyright.pod" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -D -m644 "/usr/local/openresty/pod/nginx/license_copyright.pod" "${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"