Skip to content

Commit

Permalink
Touch bundle-libs/local-projects/ignore for preventing from ignoring …
Browse files Browse the repository at this point in the history
…the local-projects/ directory by git because it's required.
  • Loading branch information
fukamachi committed Dec 25, 2015
1 parent 8ff83f1 commit 59bee64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/qlot.lisp
Expand Up @@ -103,6 +103,9 @@ If PATH isn't specified, this installs it to './quicklisp/'."
(with-package-functions :ql (bundle-systems)
(bundle-systems required-systems
:to (merge-pathnames #P"bundle-libs/" project-dir))))
(with-open-file (out (merge-pathnames #P"bundle-libs/local-projects/ignore" project-dir)
:direction :output
:if-exists nil))
(format t "~&Successfully bundled to '~A'.~%Load 'bundle-libs/bundle.lisp' to use it.~%"
(merge-pathnames #P"bundle-libs/" project-dir)))
(format t "~&Nothing to bundle.~%"))))

0 comments on commit 59bee64

Please sign in to comment.