diff options
Diffstat (limited to 'testenv/customizepkg.nginx')
-rw-r--r-- | testenv/customizepkg.nginx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testenv/customizepkg.nginx b/testenv/customizepkg.nginx new file mode 100644 index 00000000..5e7db5a4 --- /dev/null +++ b/testenv/customizepkg.nginx @@ -0,0 +1 @@ +replace#global#_nginxver=.*#_nginxver=`pacman -Q nginx-mainline | grep -Po "\\d+\\.\\d+\\.\\d+"` |