mono: fix absolute path in INSTALL

Closes: #7038 [via git-merge-pr]
This commit is contained in:
Helmut Pozimski 2017-07-13 15:16:42 +02:00 committed by Michael Gehring
parent bbad8640b8
commit ff75e05019
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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