mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
shorten
This commit is contained in:
parent
40560ec006
commit
7576bc1c78
|
|
@ -4,9 +4,6 @@
|
|||
(warn "7zip is only required on windows")
|
||||
(ros:quit 0))
|
||||
|
||||
(ros:quicklisp :environment nil)
|
||||
(ql:quickload :zip :silent t)
|
||||
|
||||
(defun 7za ()
|
||||
(let* ((uri (7za-uri))
|
||||
(pos (position #\/ uri :from-end t))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
(in-package :ros.install)
|
||||
(ql:quickload '(:plump :simple-date-time :split-sequence :cl-ppcre) :silent t)
|
||||
|
||||
(defun abcl-bin-get-version ()
|
||||
(let ((file (merge-pathnames "tmp/abcl-bin.html" (homedir))))
|
||||
|
|
|
|||
|
|
@ -1,8 +1,4 @@
|
|||
(in-package :ros.install)
|
||||
(ros:quicklisp :environment nil)
|
||||
|
||||
#+win32
|
||||
(ql:quickload :zip :silent t)
|
||||
|
||||
(defun ccl-bin-get-version ()
|
||||
(let ((file (merge-pathnames "tmp/ccl-bin.html" (homedir))))
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
(in-package :ros.install)
|
||||
(ql:quickload '(:plump :simple-date-time :split-sequence) :silent t)
|
||||
|
||||
(defvar *ecl-options*
|
||||
'())
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
(unless (find-package :uiop)
|
||||
#+quicklisp(ql:quickload :uiop :silent t))
|
||||
|
||||
(ql:quickload '(:simple-date-time :split-sequence :plump) :silent t)
|
||||
(ql:quickload '(:simple-date-time :split-sequence :plump :cl-ppcre #+win32 :zip) :silent t)
|
||||
|
||||
(in-package :ros.install)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue