[arch-commits] Commit in nginx/trunk (nginx.install)
    Sébastien Luttringer 
    seblu at nymeria.archlinux.org
       
    Thu Aug 29 01:29:58 UTC 2013
    
    
  
    Date: Thursday, August 29, 2013 @ 03:29:58
  Author: seblu
Revision: 96445
downpkg: nginx 1.4.2-2
Bartholomej prefers follow stable releases. Fine to me.
PS: Fix message version in install script
Modified:
  nginx/trunk/nginx.install
---------------+
 nginx.install |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Modified: nginx.install
===================================================================
--- nginx.install	2013-08-29 01:21:49 UTC (rev 96444)
+++ nginx.install	2013-08-29 01:29:58 UTC (rev 96445)
@@ -12,7 +12,7 @@
         echo '      - bundled *.html files have been moved to /usr/share/nginx/html'
         echo '      - /etc/nginx/{html,logs} symbolic links and *.default files have been removed'
     fi
-    if (( $(vercmp $2 1.5.4-1) < 0 )); then
+    if (( $(vercmp $2 1.4.2-1) <= 0 )); then
         echo 'nginx have been splited into 2 packages: nginx and nginx-extra.'
         echo 'nginx include only upstream bundled modules'
         echo 'nginx-extra currently include passenger and auth-pam'
    
    
More information about the arch-commits
mailing list