Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (a73191971bf61613350cc7556009ae1aaf447c2d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (a73191971bf61613350cc7556009ae1aaf447c2d)
  • Date: Fri, 1 Apr 2011 08:34:36 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

x11/xdesktopwaves/HISTORY | 3 +++
x11/xdesktopwaves/PRE_BUILD | 6 ++++++
2 files changed, 9 insertions(+)

New commits:
commit a73191971bf61613350cc7556009ae1aaf447c2d
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

xdesktopwaves: fixed directory locations in Makefile

diff --git a/x11/xdesktopwaves/HISTORY b/x11/xdesktopwaves/HISTORY
index aa14a93..bbe807e 100644
--- a/x11/xdesktopwaves/HISTORY
+++ b/x11/xdesktopwaves/HISTORY
@@ -1,3 +1,6 @@
+2011-04-01 Arjan Bouter <abouter AT sourcemage.org>
+ * PRE_BUILD: added, fix dir locations
+
2008-03-18 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Switch X11-LIBS to the one and only xorg-libs

diff --git a/x11/xdesktopwaves/PRE_BUILD b/x11/xdesktopwaves/PRE_BUILD
new file mode 100755
index 0000000..de657f6
--- /dev/null
+++ b/x11/xdesktopwaves/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+sedit 's#/usr/X11R6/include#/usr/include/X11#' Makefile &&
+sedit 's#/usr/X11R6/lib#/usr/lib/X11#' Makefile &&
+sedit 's#/usr/X11R6/bin#/usr/bin#' Makefile &&
+sedit 's#/usr/X11R6/man#/usr/share/man#' Makefile



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (a73191971bf61613350cc7556009ae1aaf447c2d), Arjan Bouter, 04/01/2011

Archive powered by MHonArc 2.6.24.

Top of Page