parent
bbad8640b8
commit
ff75e05019
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# import CA certificates installed on the system in mono
|
# import CA certificates installed on the system in mono
|
||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
post)
|
post)
|
||||||
cert-sync /etc/ssl/certs/ca-certificates.crt
|
cert-sync etc/ssl/certs/ca-certificates.crt
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -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=1
|
revision=2
|
||||||
wrksrc="mono-${version}"
|
wrksrc="mono-${version}"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue