From 00f43f6fee247ccb07b39d2386da62f723034ca9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christian=20L=C3=B3pez=20Esp=C3=ADnola?= <clopez@emergya.com>
Date: Mon, 3 Oct 2011 16:04:33 +0200
Subject: [PATCH] Issue #1297976: Use libraries for the geshi lib

---
 drupalbin.profile |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/drupalbin.profile b/drupalbin.profile
index 9010df0..0dffcac 100644
--- a/drupalbin.profile
+++ b/drupalbin.profile
@@ -99,7 +99,10 @@ function drupalbin_profile_tasks(&$task, $url) {
   // Automatic Node Titles
   variable_set('ant_geshinode', '2');
   variable_set('ant_pattern_geshinode', 'Code');
-  
+
+  // Geshi library config
+  variable_set('geshifilter_geshi_dir','sites/all/libraries/geshi');
+
   // String Overrides
   variable_set('locale_custom_strings_en',
     array(
-- 
1.7.4.1

