[SM-Commit] GIT changes to master grimoire by Pol Vinogradov (5d0fdf9dec037b6fc671fd736b6ac72da530874d)
Pol Vinogradov
scm at sourcemage.org
Wed Oct 1 07:10:59 EDT 2008
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
More information about the SM-Commit
mailing list