Qpdf: add an missing backslash

This commit is contained in:
Pierre Labastie 2022-09-13 07:10:04 +02:00
parent ae0c128040
commit 80adfe6a6a

View File

@ -103,7 +103,7 @@ cd build &&
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_STATIC_LIBS=OFF \
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/qpdf-&qpdf-version;
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/qpdf-&qpdf-version; \
.. &&
make</userinput></screen>