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).