Fix comskip ini path

This commit is contained in:
tobbenb
2016-08-15 21:47:09 +02:00
committed by GitHub
parent a51be70d70
commit 72d025a041

View File

@@ -184,7 +184,7 @@ RUN \
./autogen.sh && \
./configure \
--bindir=/usr/bin \
--sysconfdir=/config && \
--sysconfdir=/config/comskip && \
make && \
make install && \