summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiguel Revilla2017-06-14 10:06:57 +0200
committerMiguel Revilla2017-06-14 10:06:57 +0200
commitc8a145278f6204239dc79fcd61452840544fb4e9 (patch)
treef9ca954a99337db8afb11c66e9f316decc0de7a1 /PKGBUILD
parent153f58065721718f9c4d3549d83be05e82020a97 (diff)
downloadaur-c8a145278f6204239dc79fcd61452840544fb4e9.tar.gz
Added certificate to proper dir
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4f8fcc9ab9e..ebea32927cf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,6 +26,8 @@ package() {
ln -s /usr/share/doc/AutoFirma/copyright "${pkgdir}"/usr/share/licenses/autofirma/LICENSE
java -jar "${pkgdir}"/usr/lib/AutoFirma/AutoFirmaConfigurador.jar
+ mkdir -p "${pkgdir}"/usr/share/ca-certificates/trust-source/anchors
+ mv "${pkgdir}"/usr/lib/AutoFirma/AutoFirma_ROOT.cer "${pkgdir}"/usr/share/ca-certificates/trust-source/anchors/AutoFirma_ROOT.cer
chmod 644 "${pkgdir}"/usr/share/applications/afirma.desktop
chmod 644 "${pkgdir}"/usr/share/doc/AutoFirma/copyright