Bug#672184: ecasound-el: debian-pkg-add-load-path-item

Kevin Ryde user42 at zip.com.au
Fri May 18 05:05:51 UTC 2012


Alessandro Ghedini wrote:
>
>> (let ((package-dir (concat "/usr/share/"
>>                            (symbol-name debian-emacs-flavor)
>>                            "/site-lisp/ecasound-el")))
>>
>>  (debian-pkg-add-load-path-item package-dir)

Yes, but the key is the directory existence test before doing the
autoloads etc.  If removed but not purged then the package-dir doesn't
exist.

 (when (file-directory-p package-dir)







More information about the pkg-multimedia-maintainers mailing list