I'm using musicqueue on a diskless system and I'm
making everything load from the boot floppy into a
ramdisk. When I installed musicqueue-1.2.0, I noticed
that the CVS folders under images/ languages/ and
styles/ are also copied to $(INSTALLDIR) in the
Makefile. It would be easy to add a line under that
(because CVS is copied from the 'cp -r images styles
languages $(INSTALLDIR)' command) to delete the CVS
directories from the installation directory ('rm -fr
$(INSTALLDIR)/images/CVS', etc.). Granted, it's not
much space taken up by those directories, but I don't
think an end user has a need for them to be installed.
Also people doing projects like mine will appreciate
that it's that much leaner.
Just my thoughts... (I also am having a problem with
uClibc's sscanf implementation when called from
getConf() in shared.c, but I may produce a separate
patch as a workaround to that if you're interested)