Comment 3 for bug 1693851

Revision history for this message
Josh Stompro (u-launchpad-stompro-org) wrote :

I tested this yesterday and received an error in the makefile

sed -i 's|BINDIR|/openils/bin|g' '/openils/bin/generate_fines.srfsh'
sed: can't read /openils/bin/generate_fines.srfsh: No such file or directory
Makefile:1010: recipe for target 'ilscore-install' failed

It looks like generate_fines.srfsh was replaced with fine_generator.pl in 2006? The commit messages mentions that the .srfsh version only has a 1mb buffer.

Open-ILS/src/Makefile.am only mentions installing fine_generator.pl, and the crontab examples use fine_generator.pl.

Should I start a bug for removing generate_fines.srfsh?
Josh