From ff75e050195ddd5e5cb425737f8512fe76d998dd Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Thu, 13 Jul 2017 15:16:42 +0200 Subject: [PATCH] mono: fix absolute path in INSTALL Closes: #7038 [via git-merge-pr] --- srcpkgs/mono/INSTALL | 2 +- srcpkgs/mono/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mono/INSTALL b/srcpkgs/mono/INSTALL index 3a2673352f8..7feb2af81d5 100644 --- a/srcpkgs/mono/INSTALL +++ b/srcpkgs/mono/INSTALL @@ -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 diff --git a/srcpkgs/mono/template b/srcpkgs/mono/template index 5c85772b9e6..7bd7c642cca 100644 --- a/srcpkgs/mono/template +++ b/srcpkgs/mono/template @@ -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