Skip to content

Commit be0ab5b

Browse files
Drop legacy path aliases to lib/crystal/lib and lib/crystal/bin (#302)
1 parent bb025ed commit be0ab5b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

linux/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ RUN \
7272
# Install crystal
7373
&& make -C /crystal install DESTDIR=/output PREFIX= \
7474
\
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-
\
7975
# Install shards
8076
&& make -C /shards install DESTDIR=/output PREFIX= \
8177
\

0 commit comments

Comments
 (0)