build guest additions on x86_64 too (#43593)

SILENT: svn-revision: 283015
This commit is contained in:
blino 2008-09-09 09:19:41 +00:00 committed by blino
parent c961677583
commit 76640433b7

View file

@ -1,5 +1,5 @@
%define ver 2.0.0
%define rel 2
%define rel 3
#define svndate 20070209
%define version %{ver}%{?svndate:.%{svndate}}
%define release %mkrel %{rel}
@ -12,11 +12,10 @@
%define vboxdir %{_libdir}/%{name}
%define build_additions 0
%define build_additions 1
%ifarch %{ix86}
%define vbox_platform linux.x86
%define build_additions 1
%endif
%ifarch x86_64
%define vbox_platform linux.amd64