[DRE-commits] [origami] 13/19: also handle paths in bin/pdfwalker

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Nov 7 00:22:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository origami.

commit 4e040220879c5310f30acd5df6fbfea6b2631e30
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Thu Nov 6 17:33:47 2014 -0200

    also handle paths in bin/pdfwalker
---
 debian/patches/paths.patch | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/debian/patches/paths.patch b/debian/patches/paths.patch
index 86d503d..ddb0fbc 100644
--- a/debian/patches/paths.patch
+++ b/debian/patches/paths.patch
@@ -30,3 +30,13 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  
  IRB.start
  
+--- a/bin/pdfwalker
++++ b/bin/pdfwalker
+@@ -1,6 +1,6 @@
+ #!/usr/bin/env ruby
+ 
+-$:.unshift "#{File.dirname(__FILE__)}"
++$:.unshift "/usr/share/origami-pdf"
+ require 'gui/walker'
+ 
+ PDFWalker::Walker.start(ARGV[0])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/origami.git



More information about the Pkg-ruby-extras-commits mailing list