Browse Source

vbuilder.sh.in: fixed to check a chroot archtecture

git-svn-id: http://trac.vinelinux.org/repos/projects/vbootstrap/trunk@314 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 15 years ago
parent
commit
27e84fc21f
2 changed files with 7 additions and 3 deletions
  1. 6 2
      vbootstrap.spec
  2. 1 1
      vbuilder.sh.in

+ 6 - 2
vbootstrap.spec

@@ -2,13 +2,13 @@
 # If you find a BUG, report to Vine@vinelinux.org or mailing list or BTS.
 # $Id: vbootstrap.spec,v 1.4 2009/06/28 15:54:18 daisuke Exp $
 
-%define version 0.0.3
+%define version 0.0.4
 
 Summary: bootstrap scripts to create a basic Vine Linux system
 Summary(ja): Vine Linux の基本システムを作成するためのスクリプト
 Name: vbootstrap
 Version: %{version}
-Release: 2%{?_dist_release}
+Release: 1%{?_dist_release}
 License: public domain
 Group: Development/Tools
 Url: http://trac.vinelinux.org/wiki/VineBootstrap
@@ -59,6 +59,10 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 
 %changelog
+* XXX MMM DD 2009  <> 0.0.4-1
+- updated vbuilder.sh.in
+  - fixed to check a chroot archtecture
+
 * Tue Sep 01 2009 Munehiro Yamamoto <munepi@vinelinux.org> 0.0.3-2
 - rebuilt to add signature
 

+ 1 - 1
vbuilder.sh.in

@@ -61,7 +61,7 @@ setup-vbootstrap(){
 	[ ! -z ${VARCH} ] && \
 	    case "${VARCH}" in
 		i386)
-		    [ "$(uname -i)" = "ppc" -o "$(uname -i)" = "x86_64" ] && \
+		    [ "$(uname -i)" = "ppc" ] && \
 			echo ${VARCH} | Msg_NoSupportVARCH_$LOCALE
 		    ;;
 		x86_64)