diff options
Diffstat (limited to 'devel/icmake/files/patch-icm_install')
-rw-r--r-- | devel/icmake/files/patch-icm_install | 25 |
1 files changed, 4 insertions, 21 deletions
diff --git a/devel/icmake/files/patch-icm_install b/devel/icmake/files/patch-icm_install index 9f63b416f9a4..22c7084d7bd8 100644 --- a/devel/icmake/files/patch-icm_install +++ b/devel/icmake/files/patch-icm_install @@ -1,32 +1,15 @@ ---- ./icm_install.orig 2009-07-29 13:12:39.000000000 +0200 -+++ ./icm_install 2009-11-15 23:59:54.000000000 +0100 +--- icm_install.orig 2015-01-20 14:49:31.174629532 +0600 ++++ icm_install 2015-01-20 14:52:16.796620272 +0600 @@ -19,11 +19,7 @@ shift fi -if [ "$2" != "" ] ; then - INSTALLDIR=$2 +- INSTALLDIR=$2 -else - INSTALLDIR=${ROOT} -fi ++INSTALLDIR=$2 try() { -@@ -67,7 +63,7 @@ - into ${SKELDIR} - into ${DOCDIR} - into ${DOCDOCDIR} -- into etc/icmake -+ into ${CONFDIR} - ;; - - (progs) -@@ -91,7 +87,7 @@ - ;; - - (etc) -- into etc/icmake -+ into ${CONFDIR} - ;; - - (docdoc) |