Package: common-lisp-controller
Version: 5.12

There're some lines in common-lisp-controller's preinstall scripts:

       find  /usr/share/common-lisp/source/defsystem \
             /usr/share/common-lisp/source/asdf \
             /usr/share/common-lisp/source/common-lisp-controller
             -type f -not -name "*.lisp" -print0 2> /dev/null \
             | xargs --null rm --force 2> /dev/null

If the package 'cl-defsystem3' haven't been installed, this dir:

/usr/share/common-lisp/source/defsystem

doesn't exist, then the 'find' command will return a error! When I've installed 
cl-defsystem3, everything goes well.

Maybe common-lisp-controller should depend on cl-defsystem3 to ensure this dir 
existed?

Thanks.


--
((Chun Tian (binghe)) ((GnuPG Key) 077D1091))





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

Reply via email to