Fix pg_ivm.spec take2

This commit is contained in:
Yugo Nagata 2022-06-02 12:04:55 +09:00
parent 575e8ff0ac
commit 42a5bcd24e

View file

@ -29,11 +29,11 @@ are computed and applied on views rather than recomputing.
%setup -q -n %{sname}-%{version} %setup -q -n %{sname}-%{version}
%build %build
PG_CONFIG=%{pginstdir}/bin/pg_config %{__make} %{?_smp_mflags} PATH=%{pginstdir}/bin:$PATH %{__make} %{?_smp_mflags}
%install %install
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
PG_CONFIG=%{pginstdir}/bin/pg_config %{__make} %{?_smp_mflags} INSTALL_PREFIX=%{buildroot} DESTDIR=%{buildroot} install PATH=%{pginstdir}/bin:$PATH %{__make} %{?_smp_mflags} INSTALL_PREFIX=%{buildroot} DESTDIR=%{buildroot} install
# Install documentation with a better name: # Install documentation with a better name:
%{__mkdir} -p %{buildroot}%{pginstdir}/doc/extension %{__mkdir} -p %{buildroot}%{pginstdir}/doc/extension