Skip to Content.
Sympa Menu

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

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 (3f3d99855bf6dbd966c85afe11acf162a4f2a1d5)
  • Date: Sat, 24 Dec 2022 00:58:57 +0000

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

doc/man-pages/HISTORY | 1 +
doc/man-pages/PRE_BUILD | 6 +++++-
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 3f3d99855bf6dbd966c85afe11acf162a4f2a1d5
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

doc/man-pages: corrected installation path

diff --git a/doc/man-pages/HISTORY b/doc/man-pages/HISTORY
index d0e464b..98b073c 100644
--- a/doc/man-pages/HISTORY
+++ b/doc/man-pages/HISTORY
@@ -1,5 +1,6 @@
2022-12-23 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 6.02
+ * PRE_BUILD: corrected installation path according to our standards

2022-10-19 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 6.01
diff --git a/doc/man-pages/PRE_BUILD b/doc/man-pages/PRE_BUILD
index 5f48da8..656ec6d 100755
--- a/doc/man-pages/PRE_BUILD
+++ b/doc/man-pages/PRE_BUILD
@@ -14,4 +14,8 @@ SOURCE="${SOURCE}.xz" &&

cd "${SOURCE_DIRECTORY}" &&

-rm man3/getspnam.3 man5/passwd.5
+rm man3/getspnam.3 man5/passwd.5 &&
+
+# use our standard path
+sed -e "0,/DESTDIR/s;=;= ${INSTALL_ROOT}/;" -e "0,/prefix/s;/local;;" \
+ -i lib/install.mk



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (3f3d99855bf6dbd966c85afe11acf162a4f2a1d5), Pavel Vinogradov, 12/23/2022

Archive powered by MHonArc 2.6.24.

Top of Page