Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (e8e3e976214f4333d15d424f054c4402aa09f59c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (e8e3e976214f4333d15d424f054c4402aa09f59c)
  • Date: Sun, 23 Aug 2009 12:56:20 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

xorg-driver/xf86-input-synaptics/HISTORY | 3 +++
xorg-driver/xf86-input-synaptics/INSTALL | 1 +
2 files changed, 4 insertions(+)

New commits:
commit e8e3e976214f4333d15d424f054c4402aa09f59c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xf86-input-synaptics: Make sure 20thirdparty exists before installing to
it
(cherry picked from commit 05acbf45e9333e3293312ef6071d54e06c262934)

diff --git a/xorg-driver/xf86-input-synaptics/HISTORY
b/xorg-driver/xf86-input-synaptics/HISTORY
index e8b8a47..d82f64f 100644
--- a/xorg-driver/xf86-input-synaptics/HISTORY
+++ b/xorg-driver/xf86-input-synaptics/HISTORY
@@ -1,3 +1,6 @@
+2009-08-23 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: Make sure 20thirdparty exists before installing to it
+
2009-08-17 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS: added hal, the driver doesn't use it, but xorg
auto-configure does and an extra file needs to be installed
diff --git a/xorg-driver/xf86-input-synaptics/INSTALL
b/xorg-driver/xf86-input-synaptics/INSTALL
index 7034ebb..22dff06 100755
--- a/xorg-driver/xf86-input-synaptics/INSTALL
+++ b/xorg-driver/xf86-input-synaptics/INSTALL
@@ -1,5 +1,6 @@
default_install &&
if ( is_depends_enabled $SPELL hal ); then
+ mkdir -p $INSTALL_ROOT/usr/share/hal/fdi/policy/20thirdparty &&
install -m 0644 ${SOURCE_DIRECTORY}/fdi/11-x11-synaptics.fdi \
${INSTALL_ROOT}/usr/share/hal/fdi/policy/20thirdparty/ &&
message "${PROBLEM_COLOR}the policyfile is in
${INSTALL_ROOT}/usr/share/hal/fdi/policy/20thirdparty/" &&



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (e8e3e976214f4333d15d424f054c4402aa09f59c), Eric Sandall, 08/23/2009

Archive powered by MHonArc 2.6.24.

Top of Page