]> git.pld-linux.org Git - packages/gdal.git/commitdiff
- make install re-entrant; typo (ogr not org)
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 3 Mar 2008 23:30:19 +0000 (23:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdal.spec -> 1.51

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.045634 seconds and 4 git commands to generate.