Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (95138a61f072a8d0513c083e2f390b696bbe1988)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (95138a61f072a8d0513c083e2f390b696bbe1988)
  • Date: Fri, 25 Aug 2006 06:55:42 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

gnome2-libs/pango/HISTORY | 4 ++++
gnome2-libs/pango/POST_INSTALL | 8 ++++----
2 files changed, 8 insertions(+), 4 deletions(-)

New commits:
commit f54beab05c8ab14b677a31bcdc77a84855e4e4b6
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

gnome2-libs/pango:

POST_INSTALL: switched to TRACK_ROOT for modules, moved
default_post_install to the end (thanks e-type)

diff --git a/gnome2-libs/pango/HISTORY b/gnome2-libs/pango/HISTORY
index e01ea6e..bd56ff5 100644
--- a/gnome2-libs/pango/HISTORY
+++ b/gnome2-libs/pango/HISTORY
@@ -1,3 +1,7 @@
+2006-08-25 Pol Vinogradov <vin.public AT gmail.com>
+ * POST_INSTALL: switched to TRACK_ROOT for modules, moved
+ default_post_install to the end (thanks e-type)
+
2006-08-25 Pieter Lenaerts <e-type AT sourcemage.org>
* DETAILS: patchlevel++
* POST_INSTALL: corrected pango module location
diff --git a/gnome2-libs/pango/POST_INSTALL b/gnome2-libs/pango/POST_INSTALL
index f6e0ae8..babff03 100755
--- a/gnome2-libs/pango/POST_INSTALL
+++ b/gnome2-libs/pango/POST_INSTALL
@@ -1,8 +1,8 @@
-default_post_install &&
-
#
# This location must be watched on updates.
#
mkdir -p ${INSTALL_ROOT}/etc/pango &&
-pango-querymodules ${INSTALL_ROOT}/usr/lib/pango/1.5.0/modules/*.so > \
- ${INSTALL_ROOT}/etc/pango/pango.modules
+pango-querymodules ${TRACK_ROOT}/usr/lib/pango/1.5.0/modules/*.so > \
+ ${INSTALL_ROOT}/etc/pango/pango.modules &&
+
+default_post_install




Archive powered by MHonArc 2.6.24.

Top of Page