Closed fossfreedom closed 9 years ago
debian package throws warnings about calcFilter and measure being potential script files but no executable flag is set - the Makefile is resetting the permissions to be 644 - what should the permission number be?
you made a point here: python-autopilot was just the easiest way to get python-gconf, which I used for the configuration. I got rid of it now and switched to XML config (which I should have done quite some time ago.... ). So python3-autopilot is not needed any more. I also adapted the makefile. I guess for the scripts the permission shall be 755 (if I googled that right...). Also fixed the data dir install part. At least I got the installation working so far that it works now for me.
Thanks a lot for those hints!
oops....
the makefile should not have the last line "cd po; install ..." - because you dont have that subfolder and file.
yeah, that comes from too much "borrowing someone else's" makefile without understanding :). Fixed it now
some initial issues:
make file appears to be wrong - suggestion for the contents?
README:
the README instructions for the ubuntu install lists the extra packages required - but python3-autopilot and alsa-utils as suggested in install_deps.sh is not listed.
python3-autopilot:
adding the above as a dependency pulls in 18Mb of other packages - are you really sure this is a required package dependency?