[adwaita-icon-theme: 98/410] fix inkscape's path



commit 059b3f7d23000cf972670b9272e55b7035c01fb2
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed May 5 22:45:03 2010 +0200

    fix inkscape's path

 r.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/r.rb b/r.rb
index cc59636..c54656a 100755
--- a/r.rb
+++ b/r.rb
@@ -4,7 +4,7 @@ require "rexml/document"
 require "fileutils"
 include REXML
 
-INKSCAPE = '/opt/artlibre/bin/inkscape'
+INKSCAPE = `which inkscape`
 SRC = "src/gnome-stencils.svg"
 PREFIX = "gnome/scalable"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]