mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
GnuPG: Settings PATH (#1480)
This commit is contained in:
@@ -36,3 +36,28 @@ index 9395fb8..0b157a9 100644
|
||||
--
|
||||
2.12.2
|
||||
|
||||
From 685fbfd8b8a61a20c9c5d335dd1a995db5e33910 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
|
||||
Date: Tue, 27 Jun 2017 13:22:04 +0200
|
||||
Subject: [PATCH] Haiku: settings Path
|
||||
|
||||
---
|
||||
configure.ac | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 9395fb8..44bafce 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -495,6 +495,8 @@ AH_BOTTOM([
|
||||
# endif
|
||||
#elif defined(__VMS)
|
||||
#define GNUPG_DEFAULT_HOMEDIR "/SYS$LOGIN/gnupg"
|
||||
+#elif defined(__HAIKU__)
|
||||
+#define GNUPG_DEFAULT_HOMEDIR "~/config/settings/gnupg"
|
||||
#else
|
||||
#define GNUPG_DEFAULT_HOMEDIR "~/.gnupg"
|
||||
#endif
|
||||
--
|
||||
2.12.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user