Skip to content

Commit a50ff10

Browse files
Fix lib locations in bundled tarball (#222)
1 parent 461e3fb commit a50ff10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linux/bundled.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ ARG libevent_version
3333
RUN mkdir -p /output/lib/crystal/lib/
3434

3535
# Copy libraries
36-
COPY --from=libpcre pcre-${libpcre_version}/.libs/libpcre.a /output/lib/crystal/lib/
37-
COPY --from=libevent libevent/.libs/libevent.a libevent/.libs/libevent_pthreads.a /output/lib/crystal/lib/
36+
COPY --from=libpcre pcre-${libpcre_version}/.libs/libpcre.a /output/lib/crystal/
37+
COPY --from=libevent libevent/.libs/libevent.a libevent/.libs/libevent_pthreads.a /output/lib/crystal/
3838

3939
# Create tarball
4040
RUN mv /output /crystal-${crystal_version}-${package_iteration} \

0 commit comments

Comments
 (0)