mono: fix conflict with chicken

Rename csc to mono-csc as it was causing a file conflict with the chicken
compiler.

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509367 and
https://lists.debian.org/debian-mentors/2009/03/msg00690.html.
This commit is contained in:
Alessio Sergi 2017-07-19 12:44:36 +02:00
parent 94705516bf
commit d54f25f926

View file

@ -1,7 +1,7 @@
# Template file for 'mono'
pkgname=mono
version=5.0.1.1
revision=2
revision=3
wrksrc="mono-${version}"
lib32disabled=yes
build_style=gnu-configure
@ -26,6 +26,8 @@ pre_configure() {
}
post_install() {
# Avoid conflict with chicken's csc compiler
mv ${DESTDIR}/usr/bin/csc ${DESTDIR}/usr/bin/mono-csc
vlicense LICENSE
}