Description: configure this package
 Yorick packages are usually configured by running yorick -batch make.i
 which modifies Makefile. Modifying source files at build time is not
 very well supported in the quilt / git workflow, so let's just patch
 Makefile and not run yorick -batch make.i at build time.
Author: Thibaut Paumard <paumard@users.sourceforge.net>
Origin: Vendor
Forwarded: not-needed
Last-Update: 2012-06-27
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/yorick/Makefile
+++ b/yorick/Makefile
@@ -27,11 +27,12 @@
 
 # ---------------------------------------------------------------- Yorick setup
 # these values filled in by    yorick -batch make.i
-Y_MAKEDIR=/usr/local/libexec/yorick
-Y_EXE=/usr/local/libexec/yorick/bin/yorick
+Y_MAKEDIR=/usr/lib/yorick
+Y_EXE=/usr/lib/yorick/bin/yorick
 Y_EXE_PKGS=
-Y_EXE_HOME=/usr/local/libexec/yorick
-Y_EXE_SITE=/usr/local/libexec/yorick
+Y_EXE_HOME=/usr/lib/yorick
+Y_EXE_SITE=/usr/lib/yorick
+Y_HOME_PKG=
 
 # ---------------------------------------------------------- optimization flags
 
