Removed unnecessary mv for libphysfs.a

This commit is contained in:
Thulio Ferraz Assis 2019-09-26 19:59:07 -07:00
parent 272867e56e
commit f6358492a5

View File

@ -27,7 +27,6 @@ WORKDIR /physfs/build/
RUN cmake ..
RUN make -j$(nproc)
RUN make install
RUN mv /usr/local/lib/libphysfs.a /usr/lib/x86_64-linux-gnu/.
COPY ./src/ /otclient/src/.
COPY CMakeLists.txt /otclient/.