Skip to content
Snippets Groups Projects
Commit ecef963d authored by Kevin M. Rosenberg's avatar Kevin M. Rosenberg
Browse files

Remove kmr-mop package before defining in event of redefining package

parent fca1de86
No related branches found
No related tags found
No related merge requests found
7 9
...@@ -4,7 +4,7 @@ Priority: optional ...@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Kevin M. Rosenberg <kmr@debian.org> Maintainer: Kevin M. Rosenberg <kmr@debian.org>
Build-Depends-Indep: dh-lisp Build-Depends-Indep: dh-lisp
Build-Depends: debhelper (>= 7.0.0) Build-Depends: debhelper (>= 7.0.0)
Standards-Version: 3.9.5.0 Standards-Version: 4.3.0.3
Homepage: http://files.kpe.io/kmrcl/ Homepage: http://files.kpe.io/kmrcl/
Vcs-Git: git://git.kpe.io/kmrcl.git Vcs-Git: git://git.kpe.io/kmrcl.git
Vcs-Browser: http://git.kpe.io/?p=kmrcl.git Vcs-Browser: http://git.kpe.io/?p=kmrcl.git
......
...@@ -26,8 +26,9 @@ ...@@ -26,8 +26,9 @@
(pushnew 'kmrcl::cmucl-mop cl:*features*) (pushnew 'kmrcl::cmucl-mop cl:*features*)
(pushnew 'kmrcl::cmucl-pcl cl:*features*))) (pushnew 'kmrcl::cmucl-pcl cl:*features*)))
(when (find-package '#:kmr-mop) (eval-when (:compile-toplevel :load-toplevel :execute)
(delete-package '#:kmr-mop)) (when (find-package '#:kmr-mop)
(delete-package '#:kmr-mop)))
(defpackage #:kmr-mop (defpackage #:kmr-mop
(:use (:use
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment