From b261f73c869118f87e5f7c84684d5307416f6f33 Mon Sep 17 00:00:00 2001 From: Devrim GUNDUZ Date: Thu, 12 Sep 2013 10:59:40 +0300 Subject: [PATCH] Add missing underscore. --- postgis.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgis.spec b/postgis.spec index c1e4985..a7084b9 100644 --- a/postgis.spec +++ b/postgis.spec @@ -97,7 +97,7 @@ popd %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} -%{__mkdir} %{buildroot}/%{datadir}/pgsql +%{__mkdir} %{buildroot}/%{_datadir}/pgsql make -C utils install make -C extensions install rm -f %{buildroot}%{_datadir}/*.sql