Commit ba716469 authored by Marco Mariani's avatar Marco Mariani

run sed on update as well

parent ddfd31ab
......@@ -61,7 +61,9 @@ md5sum = fcd038ee4cc4409f21e3f99787b7ed0e
[datapublic-patch]
recipe = cp.recipe.cmd
install_cmd =
on_install = True
on_update = True
cmds =
sed -i "s|git@github.com:\(.*\)|https://github.com/\1|g" ${datapublic:location}/build-datapublic.make
sed -i "s|git@github.com:\(.*\)|https://github.com/\1|g" ${datapublic:location}/datapublic.make
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment