summaryrefslogtreecommitdiff
path: root/lang/clisp/files/patch-src__makemake.in
blob: 03fa8c1a4188333b3a43548f150bebe3d2a5b67e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./src/makemake.in.orig	2008-04-28 12:56:55.000000000 -0400
+++ ./src/makemake.in	2008-04-28 12:44:53.000000000 -0400
@@ -1880,7 +1880,7 @@
 echol "psdir   = ${PSDIR}"
 echol "pdfdir  = ${PDFDIR}"
 echol "libdir  = ${LIBDIR}"
-echol "lisplibdir = \$(libdir)${NEXT_}\$(TOPDIR)"
+echol "lisplibdir = \$(libdir)${NEXT_}clisp"
 if [ -n "$USE_GETTEXT" ] ; then
   echol "localedir = ${LOCALEDIR}"
 fi