ALT Linux Bugzilla
– Attachment 4330 Details for
Bug 23248
postgis package enhancement
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
патч, правит пути установки
postgis-1.5.1-alt1.patch (text/plain), 1.63 KB, created by
Alexey V. Novikov
on 2010-03-29 19:32:21 MSD
(
hide
)
Description:
патч, правит пути установки
Filename:
MIME Type:
Creator:
Alexey V. Novikov
Created:
2010-03-29 19:32:21 MSD
Size:
1.63 KB
patch
obsolete
> doc/Makefile.in | 24 ++++++++++++------------ > 1 files changed, 12 insertions(+), 12 deletions(-) > >diff --git a/doc/Makefile.in b/doc/Makefile.in >index 308cc0b..e9c9b61 100644 >--- a/doc/Makefile.in >+++ b/doc/Makefile.in >@@ -125,24 +125,24 @@ maintainer-clean: clean > comments: postgis_comments.sql > > comments-install: comments >- cp postgis_comments.sql $(PGSQL_SHAREDIR)/contrib/postgis_comments.sql >+ cp postgis_comments.sql $(DESTDIR)$(PGSQL_SHAREDIR)/contrib/postgis_comments.sql > > comments-uninstall: >- rm -f $(PGSQL_SHAREDIR)/contrib/postgis_comments.sql >+ rm -f $(DESTDIR)$(PGSQL_SHAREDIR)/contrib/postgis_comments.sql > > install: html/postgis.html man/shp2pgsql.1 man/pgsql2shp.1 >- @mkdir -p $(PGSQL_DOCDIR)/postgis >- @mkdir -p $(PGSQL_MANDIR)/man1 >- cp html/postgis.html $(PGSQL_DOCDIR)/postgis/postgis.html >- cp ../README.postgis $(PGSQL_DOCDIR)/postgis/README.postgis >- cp man/pgsql2shp.1 $(PGSQL_MANDIR)/man1/pgsql2shp.1 >- cp man/shp2pgsql.1 $(PGSQL_MANDIR)/man1/shp2pgsql.1 >+ @mkdir -p $(DESTDIR)$(DOCDIR) >+ @mkdir -p $(DESTDIR)$(MAN1DIR) >+ cp html/postgis.html $(DESTDIR)$(DOCDIR)/postgis.html >+ cp ../README.postgis $(DESTDIR)$(DOCDIR)/README.postgis >+ cp man/pgsql2shp.1 $(DESTDIR)$(MAN1DIR)/pgsql2shp.1 >+ cp man/shp2pgsql.1 $(DESTDIR)$(MAN1DIR)/shp2pgsql.1 > > uninstall: >- rm -f $(PGSQL_DOCDIR)/postgis/postgis.html >- rm -f $(PGSQL_DOCDIR)/postgis/README.postgis >- rm -f $(PGSQL_MANDIR)/man1/shp2pgsql.1 >- rm -f $(PGSQL_MANDIR)/man1/pgsql2shp.1 >+ rm -f $(DESTDIR)$(DOCDIR)/postgis.html >+ rm -f $(DESTDIR)$(DOCDIR)/README.postgis >+ rm -f $(DESTDIR)$(MAN1DIR)/shp2pgsql.1 >+ rm -f $(DESTDIR)$(MAN1DIR)/pgsql2shp.1 > > requirements_not_met_xsltproc: > @echo
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 23248
:
4329
| 4330