Skip to content
Snippets Groups Projects
Commit e34679b3 authored by Matthias Dressel's avatar Matthias Dressel
Browse files

vlc-debian-win64: Remove old hack

Creating the dir was a workaround for a bug that has long been closed.

Ref: 88de259c
parent 99dc5884
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,6 @@ COPY patches /patches
# We still need an i686 cross compiler to build the installer
RUN set -x && \
mkdir -p /usr/share/man/man1 && \
addgroup --quiet --gid ${VIDEOLAN_UID} videolan && \
adduser --quiet --uid ${VIDEOLAN_UID} --ingroup videolan videolan && \
echo "videolan:videolan" | chpasswd && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment