Hi,
Making tests of building a debian package of openacs, I realized there are errors on the location of the interpreter in some scripts. I can change them in local to build the package, but if the goal is to follow FHS, maybe they should be changed in cvs. What do you think about?
Next is the list of files with the changes proposed.
- etc/deploy.sh (#!/bin/bin/tclsh => #!/usr/bin/tclsh)
- packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt (#!/usr/sh => #!/bin/sh)
- bin/ad-context-server.pl (#!/usr/local/bin/perl => #!/usr/bin/perl)
- bin/create-sql-drop-file.pl (#!/usr/local/bin/perl => #!/usr/bin/perl)
- bin/data-dictionary-diff.pl (#!/usr/local/bin/perl => #!/usr/bin/perl)
- bin/encode64.pl (#!/usr/local/bin/perl => #!/usr/bin/perl)
- bin/plsql-diff.pl (#!/usr/local/bin/perl => #!/usr/bin/perl)
- bin/triggers-diff.pl (#!/usr/local/bin/perl => #!/usr/bin/perl)
Héctor Romojaro
Request notifications