From b8b8056350cad457212faa790d8389359dcb94ac Mon Sep 17 00:00:00 2001 From: Malte Wirkus Date: Mon, 10 Nov 2014 14:50:34 +0100 Subject: [PATCH] ROCK_BUNDLE_PATH should only contain higher-level folder where bundles can be found as subfolders. It should not contain the bundle folders themselves. --- init.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/init.rb b/init.rb index df33c908..59a5d4b2 100644 --- a/init.rb +++ b/init.rb @@ -89,7 +89,6 @@ def remove_packages_from_flavors(mappings) # So far, bundles are mostly Ruby packages def bundle_package(*args, &block) ruby_package(*args) do |pkg| - Autoproj.env_add_path 'ROCK_BUNDLE_PATH', pkg.srcdir if block_given? pkg.instance_eval(&block) end