diff options
| author | Thomas Holder <thomas@thomas-holder.de> | 2019-03-02 21:41:04 +0000 |
|---|---|---|
| committer | Thomas Holder <thomas@thomas-holder.de> | 2019-03-05 08:18:15 +0000 |
| commit | 67791edc4f8ef12c82ad46db06ec6bd98b815b0e (patch) | |
| tree | 65b9b339a5cd6893697604640a28d32156a9b236 /packaging | |
| parent | Update Catalan translation (diff) | |
| download | inkscape-67791edc4f8ef12c82ad46db06ec6bd98b815b0e.tar.gz inkscape-67791edc4f8ef12c82ad46db06ec6bd98b815b0e.zip | |
Restore set_extensions_env()
Function got lost in 408cb49b
Fixes #60
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/appimage/AppRun | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/appimage/AppRun b/packaging/appimage/AppRun index d2a5aa627..c9e3540f2 100644 --- a/packaging/appimage/AppRun +++ b/packaging/appimage/AppRun @@ -39,7 +39,6 @@ export PATH="${HERE}"/usr/bin/:"${HERE}"/usr/sbin/:"${HERE}"/usr/games/:"${HERE} ############################################################################################ export PYTHONHOME="$HERE/usr/" -export PYTHONPATH="$HERE/usr/share/inkscape/extensions/:$PYTHONPATH" ############################################################################################ # Run experimental bundle that bundles everything if a private ld-linux-x86-64.so.2 is there |
