X Certificate and Key management is an interface for managing asymetric keys like RSA or DSA. It is intended as a small CA for creation and signing certificates. It uses the OpenSSL library for the cryptographic operations. ok aja@
15 lines
547 B
Plaintext
15 lines
547 B
Plaintext
$OpenBSD: patch-misc_Makefile,v 1.1.1.1 2013/01/23 08:38:53 jasper Exp $
|
|
--- misc/Makefile.orig Mon Jan 21 15:21:30 2013
|
|
+++ misc/Makefile Mon Jan 21 15:21:38 2013
|
|
@@ -13,10 +13,6 @@ install:
|
|
$(destdir)$(prefix)/share/xca
|
|
install -m 644 $(SRCPATH)xca.desktop $(destdir)$(prefix)/share/applications
|
|
install -m 644 $(SRCPATH)xca.xml $(destdir)$(prefix)/share/mime/packages
|
|
- if test -z "$(destdir)"; then \
|
|
- update-mime-database $(prefix)/share/mime || :; \
|
|
- update-desktop-database || :; \
|
|
- fi
|
|
|
|
app:
|
|
mkdir -p $(APPDIR)/Resources
|