From b1ee2a9864ac9dd37b9bfb291ceb761133ba5a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Fri, 19 Aug 2011 15:18:20 +0200 Subject: fix Efl::PACKAGE_.. constants --- lib/efl.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/efl.rb b/lib/efl.rb index 0d5462b..ab8322b 100644 --- a/lib/efl.rb +++ b/lib/efl.rb @@ -6,9 +6,9 @@ module Efl # VERSION = '0.0.8' # - PACKAGE_BIN_DIR = File.join `pkg-config --variable=exec_prefix ecore`, 'bin' - PACKAGE_LIB_DIR = File.join `pkg-config --variable=exec_prefix ecore`, 'lib' - PACKAGE_DATA_DIR = File.join `pkg-config --variable=exec_prefix ecore`, 'share' + PACKAGE_BIN_DIR = File.join `pkg-config --variable=exec_prefix ecore`.strip, 'bin' + PACKAGE_LIB_DIR = File.join `pkg-config --variable=exec_prefix ecore`.strip, 'lib' + PACKAGE_DATA_DIR = File.join `pkg-config --variable=exec_prefix ecore`.strip, 'share' # autoload :EcoreEvas, './lib/efl/ecore_evas.rb' autoload :EcoreGetopt, './lib/efl/ecore_getopt.rb' -- cgit v1.1-2-g2b99