> Do any of you have an idea why coccinelle was installed in lib64?

Did you already look at source files like the following?

elfring@Sonne:~/Projekte/Coccinelle/1.0.1> find . -type f -print | xargs grep 
-n SHAREDIR
…
./tools/sgen/scripts/sgen.sh.in:5:SHAREDIR=""${PREFIX}/lib/coccinelle/sgen""
./tools/sgen/scripts/sgen.sh.in:7:exec ""${SHAREDIR}/${TARGET}"" "$@"
./tools/sgen/source/Makefile:9:INSTALLDIR=$(DESTDIR)$(SHAREDIR)/sgen
./config.log:785:SHAREDIR='${exec_prefix}/lib64/coccinelle'


Does the build system need any more improvements?

Regards,
Maekus

_______________________________________________
Cocci mailing list
[email protected]
https://systeme.lip6.fr/mailman/listinfo/cocci

Reply via email to