Browse Source

vbootstrap: updated spec file

git-svn-id: http://trac.vinelinux.org/repos/projects/vbootstrap/trunk@1132 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 14 years ago
parent
commit
754d433d71
1 changed files with 4 additions and 1 deletions
  1. 4 1
      vbootstrap-vl.spec

+ 4 - 1
vbootstrap-vl.spec

@@ -52,7 +52,10 @@ vbuilder は vbootstrap を利用して chroot 環境の構築し、
 %setup
 
 %build
-%__make
+%__make \
+    %if %{?_dist_release} == "vl5"
+      VBUILDER_DEFAULT_VERSION=\${VBUILDER_STABLE_VERSION}
+    %endif
 
 %install
 %__make DESTDIR=$RPM_BUILD_ROOT install