Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (9252ba9afc5be7c9289202e9ead2367f954ed67a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (9252ba9afc5be7c9289202e9ead2367f954ed67a)
  • Date: Wed, 24 Aug 2022 18:12:34 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

net/i2pd/FINAL | 1 +
net/i2pd/HISTORY | 2 ++
net/i2pd/INSTALL | 2 +-
3 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 9252ba9afc5be7c9289202e9ead2367f954ed67a
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

net/i2pd: fixed ownersips setting in staged installation

diff --git a/net/i2pd/FINAL b/net/i2pd/FINAL
new file mode 100755
index 0000000..46f80d3
--- /dev/null
+++ b/net/i2pd/FINAL
@@ -0,0 +1 @@
+chown "nobody:nogroup" "${INSTALL_ROOT}/var/lib/i2pd"
diff --git a/net/i2pd/HISTORY b/net/i2pd/HISTORY
index b62f92d..f11128b 100644
--- a/net/i2pd/HISTORY
+++ b/net/i2pd/HISTORY
@@ -1,6 +1,8 @@
2022-08-24 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.43.0
* PRE_BUILD, patches/libi2pd-link.patch: added to fix library linking
+ * INSTALL, FINAL: moved ownerships setting to FINAL so it actually
works in
+ staged installation

2022-06-26 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.42.1
diff --git a/net/i2pd/INSTALL b/net/i2pd/INSTALL
index 601e93e..de6d67a 100755
--- a/net/i2pd/INSTALL
+++ b/net/i2pd/INSTALL
@@ -5,7 +5,7 @@ cd ${SOURCE_DIRECTORY} &&
install -vm 755 -d "${INSTALL_ROOT}/usr/share/i2pd" &&
cp -vr contrib/certificates "${INSTALL_ROOT}/usr/share/i2pd" &&

-install -vm 755 -d -o nobody -g nogroup "${INSTALL_ROOT}/var/lib/i2pd" &&
+mkdir -p "${INSTALL_ROOT}/var/lib/i2pd" &&

ln -vsf "${TRACK_ROOT}/usr/share/i2pd/certificates" \
"${INSTALL_ROOT}/var/lib/i2pd/certificates" &&



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (9252ba9afc5be7c9289202e9ead2367f954ed67a), Pavel Vinogradov, 08/24/2022

Archive powered by MHonArc 2.6.24.

Top of Page