r2822: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 23 Sep 2002 05:34:12 +0000 (05:34 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 23 Sep 2002 05:34:12 +0000 (05:34 +0000)
debian/postinst

index c9bdeae0bca9bdf9998ff892f4b819e4deddaf6a..69dae3a1bca65c0c0efc07aad3abf2b45a025478 100644 (file)
@@ -28,7 +28,7 @@ LISP_PKG=uffi
 
 case "$1" in
     configure)
-       common-lisp-source-compatible uffi allegro cmucl lispworks
+       common-lisp-only-compatible uffi allegro cmucl lispworks
        register-common-lisp-source ${LISP_PKG}
     ;;