]> git.pld-linux.org Git - packages/gdome2.git/blob - gdome2-destdir.patch
- added no-common patch to fix build with -fno-common, gcc 10+ default; release 16
[packages/gdome2.git] / gdome2-destdir.patch
1 --- gdome2-0.8.1/gtk-doc/Makefile.am.orig       2002-04-04 08:58:04.000000000 +0200
2 +++ gdome2-0.8.1/gtk-doc/Makefile.am    2014-01-18 08:52:44.335300888 +0100
3 @@ -33,9 +33,9 @@
4         rm -rf sgml html gdome2-decl-list.txt gdome2-decl.txt 
5  
6  install-data-local:
7 -       -install -d -m 0755 $(TARGET_DIR)
8 -       -install -m 0644 $(srcdir)/html/*.html $(TARGET_DIR)
9 -       -install -m 0644 $(srcdir)/html/index.sgml $(TARGET_DIR)
10 +       -install -d -m 0755 $(DESTDIR)$(TARGET_DIR)
11 +       -install -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(TARGET_DIR)
12 +       -install -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR)
13         -(cd $(DESTDIR); gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR))
14  
15  .PHONY : html sgml templates scan
This page took 0.0231 seconds and 3 git commands to generate.