Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (5d0fdf9dec037b6fc671fd736b6ac72da530874d)
  • Date: Wed, 1 Oct 2008 06:10:59 -0500

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

xfce/xfburn/BUILD | 7 ++++++-
xfce/xfburn/HISTORY | 3 +++
2 files changed, 9 insertions(+), 1 deletion(-)

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

xfce/xfburn: fixed installation paths for SVN branch

diff --git a/xfce/xfburn/BUILD b/xfce/xfburn/BUILD
index a36b03d..157daa2 100755
--- a/xfce/xfburn/BUILD
+++ b/xfce/xfburn/BUILD
@@ -1,5 +1,10 @@
if [[ $XFBURN_SVN == y ]]; then
- ./autogen.sh $OPTS &&
+ ./autogen.sh --prefix=${INSTALL_ROOT}/usr \
+ --sysconfdir=${INSTALL_ROOT}/etc \
+ --localstatedir=${INSTALL_ROOT}/var \
+ --mandir=${INSTALL_ROOT}/usr/share/man \
+ --infodir=${INSTALL_ROOT}/usr/share/info \
+ $OPTS &&
make
else
default_build
diff --git a/xfce/xfburn/HISTORY b/xfce/xfburn/HISTORY
index f07b1bf..6ee2df0 100644
--- a/xfce/xfburn/HISTORY
+++ b/xfce/xfburn/HISTORY
@@ -1,3 +1,6 @@
+2008-10-01 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD: fixed installation paths for SVN branch
+
2008-09-17 Pol Vinogradov <vin.public AT gmail.com>
* PRE_BUILD, configure.in.in.patch: removed cause upstream was fixed
* BUILD: added ./autogen.sh call here for SVN build, this finally
fixes



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (5d0fdf9dec037b6fc671fd736b6ac72da530874d), Pol Vinogradov, 10/01/2008

Archive powered by MHonArc 2.6.24.

Top of Page