]> git.pld-linux.org Git - packages/gdal.git/blobdiff - gdal.spec
- make install re-entrant; typo (ogr not org)
[packages/gdal.git] / gdal.spec
index 521bd61a6c8ca5a8483d401b830f636c0952b052..618995919ae2ba20eb55b5a69cb28ede5ab6a696 100644 (file)
--- a/gdal.spec
+++ b/gdal.spec
@@ -187,7 +187,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-mv -f ogr/html html/org
+rm -rf _html
+cp -a html _html
+cp -a ogr/html _html/ogr
 
 %py_comp $RPM_BUILD_ROOT%{py_sitedir}
 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
@@ -212,7 +214,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc html/*
+%doc _html/*
 %attr(755,root,root) %{_bindir}/gdal-config
 %attr(755,root,root) %{_libdir}/libgdal.so
 %{_libdir}/libgdal.la
This page took 0.036129 seconds and 4 git commands to generate.