summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPol Vinogradov2008-10-01 16:08:38 +0500
committerPol Vinogradov2008-10-01 16:08:38 +0500
commit5d0fdf9dec037b6fc671fd736b6ac72da530874d (patch)
tree897dc9dfdd47d0ea9cfe727cda0f93f765cab5c9
parent9951ba31f8bb1de9034835adf097b649b322d6cd (diff)
xfce/xfburn: fixed installation paths for SVN branch
-rwxr-xr-xxfce/xfburn/BUILD7
-rw-r--r--xfce/xfburn/HISTORY3
2 files changed, 9 insertions, 1 deletions
diff --git a/xfce/xfburn/BUILD b/xfce/xfburn/BUILD
index a36b03d2d9..157daa2820 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 f07b1bf435..6ee2df023f 100644
--- a/xfce/xfburn/HISTORY
+++ b/xfce/xfburn/HISTORY
@@ -1,3 +1,6 @@
+2008-10-01 Pol Vinogradov <vin.public@gmail.com>
+ * BUILD: fixed installation paths for SVN branch
+
2008-09-17 Pol Vinogradov <vin.public@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