jepler / cropgui

gtk frontend for lossless cropping of jpeg images
GNU General Public License v2.0
84 stars 28 forks source link

Install script ignores arguments to -p option. #46

Open junkyardsparkle opened 7 years ago

junkyardsparkle commented 7 years ago

I just made a Slackware build script for this project, and in the course of doing so noticed that the argument to the -p option described in the install.sh usage is never actually used; if the option is used, the prefix is always determined automatically regardless of argument.

jepler commented 5 months ago

[I'd rather burn down install.sh and make this set up & run via modern Python packaging methods e.g., pyproject.toml & pip install]