From 63f68fd2fb97ae205c7fb4d8978cc59086a06abe Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Mon, 30 Oct 2017 16:00:59 -0600 Subject: [PATCH] Update libdrm.so.2 path to include dist directory. --- Package-Manuskript-for-Linux-with-PyInstaller.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package-Manuskript-for-Linux-with-PyInstaller.md b/Package-Manuskript-for-Linux-with-PyInstaller.md index e064edb..e2f09e3 100644 --- a/Package-Manuskript-for-Linux-with-PyInstaller.md +++ b/Package-Manuskript-for-Linux-with-PyInstaller.md @@ -54,9 +54,9 @@ Create a zip file package that can be installed and run on x86-64 computers. This should create a self-contained directory called `dist` under the current working directory. - 2. Remove `manuskript/libdrm.so.2` file to avoid import errors on various graphics cards. + 2. Remove `dist/manuskript/libdrm.so.2` file to avoid import errors on various graphics cards. - rm manuskript/libdrm.so.2 + rm dist/manuskript/libdrm.so.2 For examples of _ImportError_ see [Issue 115](https://github.com/olivierkes/manuskript/issues/115), and [Issue 179](https://github.com/olivierkes/manuskript/issues/179).