gpg: add --sysconfdir=/etc

or there will be "-DGPG_SYSCONFDIR=/usr/etc/gnupg" in CFLAGS, which is
wrong.
This commit is contained in:
Xi Ruoyao 2021-08-04 23:57:37 +08:00
parent 45fc41c7b7
commit ceb9fde232
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -143,6 +143,7 @@
<screen><userinput>./configure --prefix=/usr \
--localstatedir=/var \
--sysconfdir=/etc \
--docdir=/usr/share/doc/gnupg-&gnupg2-version; &amp;&amp;
make &amp;&amp;