Skip to Content.
Sympa Menu

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

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 (e39f2cb01d1c4df957f3dead875bd48384f7ad68)
  • Date: Sat, 4 Nov 2023 14:44:47 +0000

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

crypto/libxcrypt/UP_TRIGGERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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

crypto/libxcrypt/UP_TRIGGERS: gaze install -> gaze from

diff --git a/crypto/libxcrypt/UP_TRIGGERS b/crypto/libxcrypt/UP_TRIGGERS
index f7b44a3..40aeb46 100755
--- a/crypto/libxcrypt/UP_TRIGGERS
+++ b/crypto/libxcrypt/UP_TRIGGERS
@@ -3,7 +3,7 @@
check_libcrypt () {
local lib="$1" &&
if readelf -d "${lib}" 2> /dev/null | grep -q "NEEDED.*libcrypt\.so\.1";
then
- local each="$(gaze install "${lib}" | cut -d- -f1 | head -q -n 1)" &&
+ local each="$(gaze from "${lib}" | cut -d- -f1 | head -q -n 1)" &&
up_trigger $each cast_self
fi
}



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (e39f2cb01d1c4df957f3dead875bd48384f7ad68), Pavel Vinogradov, 11/04/2023

Archive powered by MHonArc 2.6.24.

Top of Page