mirror of
https://github.com/godotengine/build-containers.git
synced 2026-01-03 10:09:18 +03:00
OSX: Don't keep backup of mono/etc/config
This commit is contained in:
@@ -44,7 +44,6 @@ RUN git clone https://github.com/mono/mono --branch ${mono_version} --single-bra
|
||||
ln -sf /usr/lib/mono/* /root/dependencies/mono/lib/mono && \
|
||||
mkdir -p /root/dependencies/mono/etc && \
|
||||
cp -rvp /etc/mono /root/dependencies/mono/etc/ && \
|
||||
cp /root/dependencies/mono/etc/mono/config{,.bak} && \
|
||||
cp /root/files/mono-config-macosx /root/dependencies/mono/etc/mono/config && \
|
||||
rm -rf /root/mono
|
||||
|
||||
|
||||
Reference in New Issue
Block a user