From xemacs-m  Wed Aug 20 14:12:38 1997
Received: from alk.physik.uni-erlangen.de (root@theorie3.physik.uni-erlangen.de [131.188.166.210])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id OAA21407
	for <xemacs-beta@xemacs.org>; Wed, 20 Aug 1997 14:12:37 -0500 (CDT)
Received: from cognac.physik.uni-erlangen.de (aoppelt@cognac.physik.uni-erlangen.de [131.188.166.201])
	by alk.physik.uni-erlangen.de (8.8.5/8.8.5) with ESMTP id VAA22009
	for <xemacs-beta@xemacs.org>; Wed, 20 Aug 1997 21:12:37 +0200
Received: (from aoppelt@localhost)
	by cognac.physik.uni-erlangen.de (8.8.5/8.8.5) id VAA28341;
	Wed, 20 Aug 1997 21:12:37 +0200
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Bratislava on Debian Linux
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
From: Achim Oppelt <aoppelt@theorie3.physik.uni-erlangen.de>
Date: 20 Aug 1997 21:12:35 +0200
Message-ID: <ub7mdgu0rg.fsf@cognac.physik.uni-erlangen.de>
Lines: 37
X-Mailer: Gnus v5.4.65/XEmacs 20.3(beta18) - "Bratislava"

20.3-b18 compiled and seems to be working on Debian 1.2 (Linux 2.0.30pre2).

Just a comment on the README file in xemacs-20.3/packages on the ftp site:
It says to untar the packages in ${prefix}/packages. This should probably
read ${prefix}/lib/xemacs/packages. At least that worked better for me.

And I still don't know what's wrong with this trivial patch which I've
submitted twice before:

----------------------------------------------------------------------

--- Makefile.in.orig    Wed Aug 20 21:08:40 1997
+++ Makefile.in Wed Aug 20 21:09:14 1997
@@ -424,12 +424,12 @@
        @echo "If you would like to save approximately 15M of disk space, do"
        @echo "make gzip-el"
        @echo "or you may run "
-       @echo lib-src/gzip-el.sh lispdir " from the command line."
+       @echo ${srcdir}/lib-src/gzip-el.sh lispdir " from the command line."
        @echo "Where lispdir is where the lisp files were installed, i.e.,"
        @echo "${lispdir}"
 
 gzip-el:
-       lib-src/gzip-el.sh ${lispdir}
+       ${srcdir}/lib-src/gzip-el.sh ${lispdir}
 
 MAKEPATH=./lib-src/make-path
 ## Build all the directories to install XEmacs in.

----------------------------------------------------------------------

Achim

-- 
Achim Oppelt, Schwedenstr. 25, D-91080 Spardorf, Germany
aoppelt@theorie3.physik.uni-erlangen.de
Tel: +49 9131 85-8816	Tel (private): +49 9131 503693	Fax: +49 9131 503690

