mirror of https://github.com/apache/cloudstack.git
Fix typo in spec file
This commit is contained in:
parent
9897e55db8
commit
13a98c1688
|
|
@ -320,7 +320,7 @@ echo Doing open source build
|
|||
# this fixes the /usr/com bug on centos5
|
||||
%define _localstatedir /var
|
||||
%define _sharedstatedir /var/lib
|
||||
./waf configure --prefix=%{_prefix} --libdir=%{_libdir} --bindir=%{_bindir} --javadir=%{_javadir} --sharedstatedir=%{_sharedstatedir} --localstatedir=%{_localstatedir} --sysconfdir=%{_sysconfdir} --mandir=%{_mandir} --docdir=%{_docdir}/%{name}-%{version} --with-tomcat=%{_datadir}/tomcat6 --tomcat-user=%{name} --fast --package-version={_ver}
|
||||
./waf configure --prefix=%{_prefix} --libdir=%{_libdir} --bindir=%{_bindir} --javadir=%{_javadir} --sharedstatedir=%{_sharedstatedir} --localstatedir=%{_localstatedir} --sysconfdir=%{_sysconfdir} --mandir=%{_mandir} --docdir=%{_docdir}/%{name}-%{version} --with-tomcat=%{_datadir}/tomcat6 --tomcat-user=%{name} --fast --package-version=%{_ver}
|
||||
./waf build --build-number=%{?_build_number}
|
||||
|
||||
%install
|
||||
|
|
|
|||
Loading…
Reference in New Issue