Update libdrm.so.2 path to include dist directory.

Curtis Gedak 2017-10-30 16:00:59 -06:00
parent e24fac7012
commit 63f68fd2fb

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