summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoran Nushkov2019-04-06 02:02:48 +0200
committerGoran Nushkov2019-04-06 02:02:48 +0200
commit1db431ccef3daa118b91c7fe91cb9132d45c1d59 (patch)
tree9c300ba4327444ce02bd24b9141e6cebf733e8f6
parent44f9ead7f4325cf4b2578e1bbc2d022048aa565a (diff)
downloadaur-1db431ccef3daa118b91c7fe91cb9132d45c1d59.tar.gz
Fixed openresty location
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 848a8a0e6b24..e2160c6bbb5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ package(){
install -D -m644 "/opt/openresty/pod/nginx/license_copyright.pod" "${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
# Fix openresty location
- cd usr/local/bin/
+ cd "usr/local/bin/"
sed "s:usr/local:opt:" kong > kongs
rm kong
mv kongs kong