Ooops, install using destdir.

This commit is contained in:
Devrim GUNDUZ 2013-09-12 11:12:27 +03:00
parent b261f73c86
commit c61fccbb6d
1 changed files with 2 additions and 3 deletions

View File

@ -97,9 +97,8 @@ popd
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
%{__mkdir} %{buildroot}/%{_datadir}/pgsql
make -C utils install
make -C extensions install
make -C utils install DESTDIR=%{buildroot}
make -C extensions install DESTDIR=%{buildroot}
rm -f %{buildroot}%{_datadir}/*.sql
if [ "%{_libdir}" = "/usr/lib64" ] ; then