blob: 9f63b416f9a4b57697c773d91cd5c4f839c7cebf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
--- ./icm_install.orig 2009-07-29 13:12:39.000000000 +0200
+++ ./icm_install 2009-11-15 23:59:54.000000000 +0100
@@ -19,11 +19,7 @@
shift
fi
-if [ "$2" != "" ] ; then
INSTALLDIR=$2
-else
- INSTALLDIR=${ROOT}
-fi
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)
|