commit c48e883601ca846204dfad9aeab0570f2df1fd15
parent 54d7a0708ae32be6d19fac9da5fb15766bad89ce
Author: Tomas Hlavaty <tom@logand.com>
Date: Sat, 2 May 2015 22:59:54 +0200
remove redundant package
Diffstat:
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/cl-olefs.asd b/cl-olefs.asd
@@ -1,6 +1,6 @@
;;; -*- lisp; -*-
-;;; Copyright (C) 2011, 2012, 2013 Tomas Hlavaty <tom@logand.com>
+;;; Copyright (C) 2011--2015 Tomas Hlavaty <tom@logand.com>
;;;
;;; Permission is hereby granted, free of charge, to any person
;;; obtaining a copy of this software and associated documentation
@@ -22,13 +22,8 @@
;;; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
;;; DEALINGS IN THE SOFTWARE.
-(defpackage :cl-olefs-system
- (:use :asdf :cl))
-
-(in-package :cl-olefs-system)
-
-(defsystem :cl-olefs
- :description "OLE File System tools for Common Lisp."
+(asdf:defsystem :cl-olefs
+ :description "OLE File System tools for Common Lisp"
:author "Tomas Hlavaty <tom@logand.com>"
:maintainer "Tomas Hlavaty <tom@logand.com>"
:licence "MIT"