From 86afe7eb14db539255022cfaf66d5162c4c4c3eb Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 8 Nov 2012 13:41:11 -0800 Subject: [PATCH] dbtoepub --- epub/bin/dbtoepub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epub/bin/dbtoepub b/epub/bin/dbtoepub index 9976f81..7a8bd9b 100755 --- a/epub/bin/dbtoepub +++ b/epub/bin/dbtoepub @@ -17,7 +17,7 @@ # layer (imports epub/docbook.xsl). # -v, --verbose Make output verbose. -lib = File.expand_path(File.join(File.dirname(__FILE__), 'lib')) +lib= '@@EPUBDIR@@/lib' $LOAD_PATH.unshift(lib) if File.exist?(lib) require 'fileutils' -- 2.7.4