Romain Francoise <[EMAIL PROTECTED]> wrote:

> Package: emacs-goodies-el
> Severity: minor
> Version: 26.2-1
> 
> If the emacsen install script of any of the emacs-goodies-el binary
> packages is called after the package has been successfully compiled
> already (this happens when emacs-package-install calls the install
> scripts of dependencies, e.g. when installing dpkg-dev-el after
> debian-el), then a temporary file is "leaked" in /tmp.
> 
> I suggest the following patch:
> 
> diff -c emacsen-install.template.orig emacsen-install.template
> *** emacsen-install.template.orig     2005-11-01 16:01:27.000000000 +0100
> --- emacsen-install.template  2005-11-01 16:05:17.145306152 +0100
> ***************
> *** 24,29 ****
> --- 24,30 ----
>   ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE}
>   if test -e "${ELCDIR}/${STAMPFILE}"; then
>       echo "${PACKAGE} files already compiled in ${ELCDIR}."
> +     rm -f ${LOG}
>       exit
>   fi
>   echo install/${PACKAGE}: Handling ${FLAVOR}, logged in ${LOG}
> 
> Thanks,

Thanks!!!

I recently noticed the extra files and hadn't had the time to track down
how they came about.  :-)

Peter


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to