parent
bbad8640b8
commit
ff75e05019
|
@ -1,6 +1,6 @@
|
|||
# import CA certificates installed on the system in mono
|
||||
case "$ACTION" in
|
||||
post)
|
||||
cert-sync /etc/ssl/certs/ca-certificates.crt
|
||||
cert-sync etc/ssl/certs/ca-certificates.crt
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mono'
|
||||
pkgname=mono
|
||||
version=5.0.1.1
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="mono-${version}"
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
|
|
Loading…
Reference in New Issue