X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=f06c6cefcce97079deae58e4e4d5ec683aea4a95;hb=1d3bb919be8c98d42eee73f9600d1c588e014ad3;hp=8f27d482687499a37ebbc9141ed237f0d5ca0d77;hpb=1787882f2bb78fff0da4f1aa4a4134c0b0b0adbf;p=uffi.git diff --git a/debian/postinst b/debian/postinst index 8f27d48..f06c6ce 100644 --- a/debian/postinst +++ b/debian/postinst @@ -28,7 +28,7 @@ LISP_PKG=uffi case "$1" in configure) - common-lisp-only-compatible uffi allegro cmucl lispworks openmcl + cl-only-compatible uffi allegro cmucl lispworks openmcl register-common-lisp-source ${LISP_PKG} ;;