mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
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:
parent
94705516bf
commit
d54f25f926
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mono'
|
# Template file for 'mono'
|
||||||
pkgname=mono
|
pkgname=mono
|
||||||
version=5.0.1.1
|
version=5.0.1.1
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="mono-${version}"
|
wrksrc="mono-${version}"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -26,6 +26,8 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
# Avoid conflict with chicken's csc compiler
|
||||||
|
mv ${DESTDIR}/usr/bin/csc ${DESTDIR}/usr/bin/mono-csc
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue