Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Andrew Stitt (a9924f8649517678890d4c63b66cc00dbd6fb2f7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andrew Stitt <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Andrew Stitt (a9924f8649517678890d4c63b66cc00dbd6fb2f7)
  • Date: Sun, 3 Dec 2006 12:41:48 -0600

GIT changes to master sorcery by Andrew Stitt <astitt AT sourcemage.org>:

ChangeLog | 1 +
var/lib/sorcery/modules/build_api/api2 | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit a9924f8649517678890d4c63b66cc00dbd6fb2f7
Author: Andrew Stitt <astitt AT sourcemage.org>
Commit: Andrew Stitt <astitt AT sourcemage.org>

dont ldconfig while staging

diff --git a/ChangeLog b/ChangeLog
index cb8474d..7a6e78f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2006-12-02 Andrew Stitt <astitt AT sourcemage.org>
* libsorcery: fix filter() to use a temp file
+ * libsorcery: ldconfig is pointless when staging

2006-11-30 David Brown <dmlb2000 AT gmail.com>
* libtrack: forgot to run stage root files list through exclude filter
diff --git a/var/lib/sorcery/modules/build_api/api2
b/var/lib/sorcery/modules/build_api/api2
index 0da37c7..ed4a28c 100755
--- a/var/lib/sorcery/modules/build_api/api2
+++ b/var/lib/sorcery/modules/build_api/api2
@@ -355,7 +355,7 @@ function real_default_sorcery_install_ex
install_desktop_files
gather_docs
init_post_install
- ldconfig
+ [[ $STAGED_INSTALL == off ]] && ldconfig
# release_saved_libraries
cd /




  • [SM-Commit] GIT changes to master sorcery by Andrew Stitt (a9924f8649517678890d4c63b66cc00dbd6fb2f7), Andrew Stitt, 12/03/2006

Archive powered by MHonArc 2.6.24.

Top of Page