tag 327290 patch thanks "Aaron M. Ucko" <[EMAIL PROTECTED]> writes:
> For some reason, remem.el seems to have wound up in / rather than > /usr/share/emacs/site-lisp, violating the FHS. This is caused by the AM_PATH_LISPDIR configure check, which sets $(lispdir) to an empty string if emacs is unavailable (as it is on autobuilders). The version of AM_PATH_LISPDIR used in 2.11 doesn't provide a way to override $(lispdir) via configure, but it can be done through make. (remem 2.12 contains an updated version of the macro which supports a --with-lispdir option.) --- remem-2.11.orig/debian/rules +++ remem-2.11/debian/rules @@ -21,7 +21,8 @@ dh_testroot dh_clean -k dh_installdirs - make install DESTDIR=`pwd`/debian/${package} + make install DESTDIR=`pwd`/debian/${package} \ + lispdir=/usr/share/emacs/site-lisp -rm -rf debian/${package}/usr/lib # What happended to savantrc and vector.doc in the other/ subdir # in the 2.x releases? Thanks, Matej -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]