From c61fccbb6d258ed7ec17c13ffdd75d3c6ff66eb5 Mon Sep 17 00:00:00 2001 From: Devrim GUNDUZ Date: Thu, 12 Sep 2013 11:12:27 +0300 Subject: [PATCH] Ooops, install using destdir. --- postgis.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/postgis.spec b/postgis.spec index a7084b9..b078f21 100644 --- a/postgis.spec +++ b/postgis.spec @@ -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