File fix-path.patch of Package yodl
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs -x Makefile -x Makefile.in ../orig-yodl-3.00.0/INSTALL.im ./INSTALL.im
--- ../orig-yodl-3.00.0/INSTALL.im 2010-11-08 15:50:48.000000000 +0100
+++ ./INSTALL.im 2012-12-12 10:57:07.036300748 +0100
@@ -63,8 +63,8 @@
BIN = BASE + "/bin";
SKEL = BASE + "/share/yodl";
MAN = BASE + "/share/man";
- DOC = BASE + "/share/doc/yodl";
- DOCDOC = BASE + "/share/doc/yodl-doc";
+ DOC = BASE + "/share/doc/packages/yodl";
+ DOCDOC = DOC;
COMPILER = "gcc";
// COMPILER = "gcc-4.5";
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs -x Makefile -x Makefile.in ../orig-yodl-3.00.0/scripts/hrefnotmpinstall ./scripts/hrefnotmpinstall
--- ../orig-yodl-3.00.0/scripts/hrefnotmpinstall 2009-11-04 20:31:12.000000000 +0100
+++ ./scripts/hrefnotmpinstall 2012-12-12 11:17:09.424553063 +0100
@@ -1,9 +1,9 @@
#!/bin/bash
-cd tmp/install/usr/share/doc/yodl-doc
+cd tmp/install/usr/share/doc/packages/yodl
for x in *html
do
- sed 's,href="tmp/install//usr/share/doc/yodl-doc/,href=",g' $x > $x.tmp
+ sed 's,href="tmp/install//usr/share/doc/packages/yodl/,href=",g' $x > $x.tmp
mv $x.tmp $x
done