Age | Commit message (Collapse) | Author |
|
The previous fix installed the binaries to the semantically correct
place but the paths referencing them in the _thumbnailer files were not
updated. So, although the binaries were present in the correct place
and ran without problem when called with the same arguments, the
meta-data in the _thumbnailer definitions was pointing to the wrong
place causing thumbnail factory failures when trying to call the
non-existing binaries. Beginner mistake, whoops.
This fix removes the "local/" path part from all the thumbnailer files
during the prepare stage, before they are installed.
|
|
The original /usr/local/bin path was copy-pasted from the upstream
project's README file's installation instructions. However, that path
is only for software that user's install themselves, circumventing the
package manager, and because this is actually packaging the software,
that's not the right place to put it. It really belongs in /usr/bin
where all the other package-managed programs go.
|
|
STL support could've been dropped in a next commit for clarity. These
scripts are technically capable of handling STL files but it's much
slower than using stl-thumb (written in Rust instead of using OpenSCAD)
so I recommend installing that package for STL support.
|