Fix pg_ivm.spec take2
This commit is contained in:
parent
575e8ff0ac
commit
42a5bcd24e
1 changed files with 2 additions and 2 deletions
|
|
@ -29,11 +29,11 @@ are computed and applied on views rather than recomputing.
|
|||
%setup -q -n %{sname}-%{version}
|
||||
|
||||
%build
|
||||
PG_CONFIG=%{pginstdir}/bin/pg_config %{__make} %{?_smp_mflags}
|
||||
PATH=%{pginstdir}/bin:$PATH %{__make} %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%{__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:
|
||||
%{__mkdir} -p %{buildroot}%{pginstdir}/doc/extension
|
||||
|
|
|
|||
Loading…
Reference in a new issue