From: Ole Streicher <olebole@debian.org>
Date: Fri, 11 Nov 2011 19:15:32 +0100
Subject: Set the default plugin path

Use the default CPL plugin installation path
---
 cpl/recipe.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpl/recipe.py b/cpl/recipe.py
index ca79e49..44aaba3 100644
--- a/cpl/recipe.py
+++ b/cpl/recipe.py
@@ -31,7 +31,7 @@ class Recipe(object):
     is called.
     '''
 
-    path = [ '.' ]
+    path = [ '/usr/lib/DEB_HOST_MULTIARCH/cpl/plugins', '/usr/lib/cpl/plugins']
     '''Search path for the recipes. It may be set to either a string, or to a
     list of strings. All shared libraries in the search path and their
     subdirectories are searched for CPL recipes. On default, the path is
