File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,13 @@ install: release
27
27
install -d $(DESTDIR )$(PREFIX ) /share/julia/jl
28
28
install -d $(DESTDIR )$(PREFIX ) /share/julia/contrib
29
29
install -d $(DESTDIR )$(PREFIX ) /share/julia/examples
30
+ install -d $(DESTDIR )$(PREFIX ) /share/julia/extras
30
31
install -v julia $(DESTDIR )$(PREFIX ) /share/julia
31
32
install -v julia-release-basic $(DESTDIR )$(PREFIX ) /share/julia
32
33
install -v julia-release-webserver $(DESTDIR )$(PREFIX ) /share/julia
33
34
install -v sys.ji $(DESTDIR )$(PREFIX ) /share/julia
34
35
install -v jl/* $(DESTDIR )$(PREFIX ) /share/julia/jl
36
+ install -v extras/* $(DESTDIR )$(PREFIX ) /share/julia/extras
35
37
install -v examples/* .jl $(DESTDIR )$(PREFIX ) /share/julia/examples
36
38
-install -v lib/* .$(SHLIB_EXT ) $(DESTDIR )$(PREFIX ) /share/julia/lib
37
39
You can’t perform that action at this time.
0 commit comments