We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575e8ff commit 42a5bcdCopy full SHA for 42a5bcd
rpm/pg_ivm.spec
@@ -29,11 +29,11 @@ are computed and applied on views rather than recomputing.
29
%setup -q -n %{sname}-%{version}
30
31
%build
32
-PG_CONFIG=%{pginstdir}/bin/pg_config %{__make} %{?_smp_mflags}
+PATH=%{pginstdir}/bin:$PATH %{__make} %{?_smp_mflags}
33
34
%install
35
%{__rm} -rf %{buildroot}
36
-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
37
38
# Install documentation with a better name:
39
%{__mkdir} -p %{buildroot}%{pginstdir}/doc/extension
0 commit comments