File adapt-examples-path.patch of Package icmake
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-icmake-7.19.00/examples/bup ./examples/bup
--- ../orig-icmake-7.19.00/examples/bup 2012-02-22 11:07:32.000000000 +0100
+++ ./examples/bup 2012-12-12 10:33:00.638168292 +0100
@@ -1,4 +1,4 @@
-#!/usr/local/bin/icmake -qi
+#!/usr/bin/icmake -qi
#define ETCDIR "/usr/local/etc"
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-icmake-7.19.00/examples/idir ./examples/idir
--- ../orig-icmake-7.19.00/examples/idir 2012-02-22 11:07:32.000000000 +0100
+++ ./examples/idir 2012-12-12 10:33:04.006303885 +0100
@@ -1,4 +1,4 @@
-#!/usr/local/bin/icmake -qi
+#!/usr/bin/icmake -qi
/*
Example of the Icmake 'stat()' function. This simple makefile prints
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-icmake-7.19.00/examples/killprog ./examples/killprog
--- ../orig-icmake-7.19.00/examples/killprog 2012-02-22 11:07:32.000000000 +0100
+++ ./examples/killprog 2012-12-12 10:33:06.982423701 +0100
@@ -1,4 +1,4 @@
-#!/usr/local/bin/icmake -qi
+#!/usr/bin/icmake -qi
/*
Sample Icmake script. Kills programs; you can type 'killprog progname'
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-icmake-7.19.00/examples/tolower ./examples/tolower
--- ../orig-icmake-7.19.00/examples/tolower 2012-02-22 11:07:32.000000000 +0100
+++ ./examples/tolower 2012-12-12 10:33:10.066547864 +0100
@@ -1,4 +1,4 @@
-#!/usr/local/bin/icmake -qi
+#!/usr/bin/icmake -qi
/*
tolower: Icmake script to rename files to lower case.