From 3fcd2fcde14db505e15cfe50aaf6cdd50d177011 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Fri, 7 Jun 2013 10:47:17 +0200
Subject: [PATCH] phantomjs wrapper must call proper wrapper

---
 software/jio/instance.cfg.in | 4 ++--
 software/jio/software.cfg    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/software/jio/instance.cfg.in b/software/jio/instance.cfg.in
index d847dfdf0..c0acf7bd4 100644
--- a/software/jio/instance.cfg.in
+++ b/software/jio/instance.cfg.in
@@ -47,6 +47,6 @@ LD_LIBRARY_PATH = ${libxslt:location}/lib:${libxml2:location}/lib:${zlib:locatio
 
 [phantomjs-wrapper]
 recipe = slapos.cookbook:wrapper
-command-line = ${phantomjs:location}/bin/phantomjs
+command-line = ${phantomjs:location}/phantomjs-slapos
 wrapper-path = $${directory:bin}/phantomjs
-parameters_extra = true
\ No newline at end of file
+parameters_extra = true
diff --git a/software/jio/software.cfg b/software/jio/software.cfg
index 989501962..79b6440c1 100644
--- a/software/jio/software.cfg
+++ b/software/jio/software.cfg
@@ -43,7 +43,7 @@ recipe = slapos.recipe.template
 url = ${:_profile_base_location_}/instance.cfg.in
 output = ${buildout:directory}/instance.cfg
 # MD5 checksum can be skipped for development, but must be filled for production
-md5sum = 1ef1bc6a3fb81300ce7139c512af96d7
+md5sum = 94421503ca09f77ee1e94e4b1ef4e6a7
 mode = 0644
 
 [jio-repository]
-- 
2.30.9