summaryrefslogtreecommitdiff
blob: af9c92a8ee7b7b7148e62cb61406f495a240720c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff -Naur cedilla-0.3.orig/cedilla-config cedilla-0.3/cedilla-config
--- cedilla-0.3.orig/cedilla-config	2002-02-18 11:53:39.000000000 +0000
+++ cedilla-0.3/cedilla-config	2003-06-02 20:36:44.000000000 +0000
@@ -2,14 +2,14 @@
 CLISP=/usr/bin/clisp
 
 # Where the main Cedilla binary will be installed
-BINDIR=/usr/bin
+BINDIR=${ED%/}/usr/bin
 
 # Where the cedilla-config.lisp file lives
-ETCDIR=/etc
+ETCDIR=${ED%/}/etc
 
 # Where Cedilla's FASL files will be kept
-LIBDIR=/usr/lib/cedilla
+LIBDIR=${ED%/}/usr/lib/cedilla
 
 # Where the cedilla(1) manual page will be installed
-MANDIR=/usr/share/man/man1
+MANDIR=${ED%/}/usr/share/man/man1