This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 autogen.sh                |    1 -
 debian/changelog          |    7 +++++--
 debian/rules              |    1 +
 moblin-image-creator.spec |    4 ++++
 4 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit dccdceb2e2dadcc5be5e84c74b41515808d00384
Author: Mitsutaka Amano <[EMAIL PROTECTED]>
Date:   Wed Aug 27 11:14:57 2008 +0900

    * Fixed installation path of deb and rpm. When manual install process, MIC 
install in /usr/local.


Diff in this email is a maximum of 400 lines.
diff --git a/autogen.sh b/autogen.sh
index 056c9b0..7c95c8f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,4 +5,3 @@ intltoolize --force || exit 1
 aclocal -I m4 || exit 1
 autoconf || exit 1
 automake --add-missing --foreign || exit 1
-./configure "$@" || exit 1
diff --git a/debian/changelog b/debian/changelog
index 9455275..2fb990d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -157,9 +157,12 @@ moblin-image-creator (0.45) UNRELEASED; urgency=low
   * Updated Japanese localization.
 
   [ Prajwal Mohan ]
-  * Adding option to set install prefix, sysconfdir, localdatadir etc 
+  * Adding option to set install prefix, sysconfdir, localdatadir etc
 
- -- Prajwal Mohan <[EMAIL PROTECTED]>  Tue, 26 Aug 2008 14:31:15 -0700
+  [ Mitsutaka Amano ]
+  * Fixed installation path of deb and rpm. When manual install process, MIC 
install in /usr/local. 
+
+ -- Mitsutaka Amano <[EMAIL PROTECTED]>  Wed, 27 Aug 2008 11:13:05 +0900
 
 moblin-image-creator (0.44) gaston; urgency=low
 
diff --git a/debian/rules b/debian/rules
index c87e4d9..552db38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@ configure: configure-stamp
 configure-stamp:
        dh_testdir
        ./autogen.sh
+       ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
 
 build: configure-stamp build-stamp
 build-stamp:
diff --git a/moblin-image-creator.spec b/moblin-image-creator.spec
index 1999d1f..6db1ecc 100644
--- a/moblin-image-creator.spec
+++ b/moblin-image-creator.spec
@@ -22,6 +22,10 @@ or single purposed Linux stacks using a mainstream 
distribution.
 
 %build
 ./autogen.sh
+./configure \
+    --prefix=$RPM_BUILD_ROOT/usr \
+    --sysconfdir=$RPM_BUILD_ROOT/etc \
+    --localstatedir=$RPM_BUILD_ROOT/var
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
_______________________________________________
Commits mailing list
[email protected]
https://www.moblin.org/mailman/listinfo/commits

Reply via email to