Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ae9a38daeb622d20492dfb0bec02152973465f90)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ae9a38daeb622d20492dfb0bec02152973465f90)
  • Date: Fri, 13 Jul 2012 10:18:57 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

graphics/libgphoto2/HISTORY | 3 +++
graphics/libgphoto2/INSTALL | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit ae9a38daeb622d20492dfb0bec02152973465f90
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libgphoto2 - fix instal in some cases

diff --git a/graphics/libgphoto2/HISTORY b/graphics/libgphoto2/HISTORY
index 562fe5d..c90cdda 100644
--- a/graphics/libgphoto2/HISTORY
+++ b/graphics/libgphoto2/HISTORY
@@ -1,3 +1,6 @@
+2012-07-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * INSTALL: run ldconfig before using print-camera-list
+
2012-07-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.5.0
* UP_TRIGGERS: added, this update is BINARY INCOMPATIBLE
diff --git a/graphics/libgphoto2/INSTALL b/graphics/libgphoto2/INSTALL
index cad06f2..8f24276 100755
--- a/graphics/libgphoto2/INSTALL
+++ b/graphics/libgphoto2/INSTALL
@@ -1,7 +1,7 @@
default_install &&
cd doc &&
make install-man &&
-
+ldconfig &&
local CAMERALIST &&
CAMERALIST=$TRACK_ROOT/usr/lib/libgphoto2/print-camera-list &&
# Installs fdi files for use with HAL



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ae9a38daeb622d20492dfb0bec02152973465f90), Treeve Jelbert, 07/13/2012

Archive powered by MHonArc 2.6.24.

Top of Page