Skip to content
Snippets Groups Projects
Commit e9df2f58 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

asdf-builder: fix make-archive

parent 029bfd4d
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@
(values)))
(defun driver-files ()
(list* "README" "uiop.asd" "asdf-driver.asd" (system-source-files :uiop)))
(list* "README.md" "uiop.asd" "asdf-driver.asd" (system-source-files :uiop)))
(defun driver-name ()
(format nil "uiop-~A" *version*))
(defun make-driver-tarball ()
......@@ -147,7 +147,7 @@
(defun make-git-tarball ()
(build-asdf)
(with-current-directory ((pn))
(run `(tar zcf ("build/" ,(asdf-git-name) ".tar.gz") build/asdf.lisp ,@(run/lines '(git ls-files)))
(run `(tar zcf ("build/" ,(asdf-git-name) ".tar.gz") "--exclude" ext/ build/asdf.lisp ,@(run/lines '(git ls-files)))
:show t))
(values))
......
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