mirror of
https://github.com/edubart/otclient.git
synced 2025-05-02 02:29:22 +02:00
Removed unnecessary mv for libphysfs.a
This commit is contained in:
parent
272867e56e
commit
f6358492a5
@ -27,7 +27,6 @@ WORKDIR /physfs/build/
|
|||||||
RUN cmake ..
|
RUN cmake ..
|
||||||
RUN make -j$(nproc)
|
RUN make -j$(nproc)
|
||||||
RUN make install
|
RUN make install
|
||||||
RUN mv /usr/local/lib/libphysfs.a /usr/lib/x86_64-linux-gnu/.
|
|
||||||
|
|
||||||
COPY ./src/ /otclient/src/.
|
COPY ./src/ /otclient/src/.
|
||||||
COPY CMakeLists.txt /otclient/.
|
COPY CMakeLists.txt /otclient/.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user