Skip to Content.
Sympa Menu

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

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 (53b9d0973c9aaf55cd0d59400b7afcf658255355)
  • Date: Sat, 23 Feb 2019 21:44:28 +0000

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

utils/util-linux/DETAILS | 1 -
utils/util-linux/HISTORY | 4 ++++
utils/util-linux/INSTALL | 2 --
utils/util-linux/PRE_INSTALL | 3 ++-
4 files changed, 6 insertions(+), 4 deletions(-)

New commits:
commit 53b9d0973c9aaf55cd0d59400b7afcf658255355
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

utils/util-linux: enabled parallel and staged installation

diff --git a/utils/util-linux/DETAILS b/utils/util-linux/DETAILS
index 99d46de..827013e 100755
--- a/utils/util-linux/DETAILS
+++ b/utils/util-linux/DETAILS
@@ -22,7 +22,6 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

SOURCE2_URL[0]="${KERNEL_URL}/pub/linux/utils/${SPELL}/v${BRANCH}/${SOURCE2}"
SOURCE_GPG="kernel.gpg:${SOURCE2}:UPSTREAM_KEY"
SOURCE2_IGNORE="signature"
- STAGED_INSTALL=off
WEB_SITE=https://github.com/karelzak/util-linux
ENTERED=20010922
LICENSE[0]=GPL
diff --git a/utils/util-linux/HISTORY b/utils/util-linux/HISTORY
index a07dd5a..f928e88 100644
--- a/utils/util-linux/HISTORY
+++ b/utils/util-linux/HISTORY
@@ -1,3 +1,7 @@
+2019-02-23 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, INSTALL, PRE_INSTALL: enabled parallel and staged
+ installation once again
+
2019-02-22 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: added gpg checking
* PRE_BUILD: replaced default_pre_build with custom code needed for
diff --git a/utils/util-linux/INSTALL b/utils/util-linux/INSTALL
index 841b05a..b01e929 100755
--- a/utils/util-linux/INSTALL
+++ b/utils/util-linux/INSTALL
@@ -1,6 +1,4 @@
-make_single &&
make install DESTDIR="$INSTALL_ROOT" &&
-make_normal &&

if [[ ! -e "$INSTALL_ROOT/etc/filesystems" ]]; then
install -vm 644 "$SPELL_DIRECTORY/filesystems" "$INSTALL_ROOT/etc"
diff --git a/utils/util-linux/PRE_INSTALL b/utils/util-linux/PRE_INSTALL
index 269bbbc..979f4b5 100755
--- a/utils/util-linux/PRE_INSTALL
+++ b/utils/util-linux/PRE_INSTALL
@@ -1,3 +1,4 @@
default_pre_install &&

-export LD_LIBRARY_PATH="${SOURCE_DIRECTORY}/.libs:${LD_LIBRARY_PATH}"
+export LD_LIBRARY_PATH="${SOURCE_DIRECTORY}/.libs:${LD_LIBRARY_PATH}" &&
+export PATH="${SOURCE_DIRECTORY}:${PATH}"



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (53b9d0973c9aaf55cd0d59400b7afcf658255355), Pavel Vinogradov, 02/23/2019

Archive powered by MHonArc 2.6.24.

Top of Page