64 |
%install |
%install |
65 |
rm -rf %{buildroot} |
rm -rf %{buildroot} |
66 |
%makeinstall_std |
%makeinstall_std |
67 |
%make DESTDIR=/home/alien/rpmbuild/BUILDROOT/%{name}-%{version}-%{release}.x86_64 -C data/evol evol-client |
%make DESTDIR=%{buildroot} -C data/evol evol-client |
68 |
mkdir -p %{buildroot}%{_gamesbindir}/ |
mkdir -p %{buildroot}%{_gamesbindir}/ |
69 |
cp -p %{_builddir}/%{name}-%{version}/manaplustest %{buildroot}%{_gamesbindir}/ |
cp -p %{_builddir}/%{name}-%{version}/manaplustest %{buildroot}%{_gamesbindir}/ |
70 |
|
|