Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clpm
clpm
Commits
58e6f32d
Commit
58e6f32d
authored
Feb 14, 2020
by
Eric Timmons
Browse files
Copy License.rtf into build folder on Windows
parent
19666b22
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/build.lisp
View file @
58e6f32d
...
...
@@ -27,4 +27,8 @@
(
setf
(
symbol-value
(
uiop:find-symbol*
'
#:*default-clpm-home*
'
#:clpm/deploy
))
"/usr/local/lib/clpm"
))
(
when
(
uiop:featurep
:windows
)
(
uiop:copy-file
(
merge-pathnames
"License.rtf"
*root-pathname*
)
(
merge-pathnames
"License.rtf"
*build-root-pathname*
)))
(
asdf:make
:clpm
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment