changeset 1:adfe09bc68bf draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_berkley_6_1_26 commit 3c05e055bbc7b1518f05b3c5e69250fbc6c6c376-dirty
author yhoogstrate
date Mon, 19 Oct 2015 16:29:24 -0400
parents a7f14751246f
children
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Oct 19 16:12:56 2015 -0400
+++ b/tool_dependencies.xml	Mon Oct 19 16:29:24 2015 -0400
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <tool_dependency>
-    <package name="berkley-db" version="6.1.26">
+    <package name="berkley_db" version="6.1.26">
         <install version="1.0">
             <actions>
                 <action type="download_by_url">http://download.oracle.com/berkeley-db/db-6.1.26.tar.gz</action>
@@ -9,7 +9,7 @@
                 
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
-                    <environment_variable name="BERKLEY_DB_ROOT_PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
+                    <environment_variable name="BERKLEY_DB_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
                     
                     <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib/</environment_variable>
                     <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>