We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lib/crystal/lib
lib/crystal/bin
1 parent bb025ed commit be0ab5bCopy full SHA for be0ab5b
linux/Dockerfile
@@ -72,10 +72,6 @@ RUN \
72
# Install crystal
73
&& make -C /crystal install DESTDIR=/output PREFIX= \
74
\
75
- # TODO: Remove legacy paths to previous install directories after migration period
76
- && ln -s ../../bin /output/lib/crystal/bin \
77
- && ln -s .. /output/lib/crystal/lib \
78
- \
79
# Install shards
80
&& make -C /shards install DESTDIR=/output PREFIX= \
81
0 commit comments