]> git.pld-linux.org Git - packages/Guppi.git/blob - Guppi-DESTDIR.patch
- updated to 0.35.5.
[packages/Guppi.git] / Guppi-DESTDIR.patch
1 diff -Nru Guppi-0.34.3/doc/C/Makefile.am Guppi-0.34.3.new/doc/C/Makefile.am
2 --- Guppi-0.34.3/doc/C/Makefile.am      Wed Jan 12 07:24:40 2000
3 +++ Guppi-0.34.3.new/doc/C/Makefile.am  Mon Mar 27 03:18:32 2000
4 @@ -21,10 +21,10 @@
5         -cp guppi.html $(distdir)
6  
7  install-data-local:
8 -       $(mkinstalldirs) $(guppi_helpdir)/images
9 +       $(mkinstalldirs) $(DESTDIR)$(guppi_helpdir)/images
10         -for file in $(srcdir)/guppi/*.html $(srcdir)/guppi/*.css; do \
11         basefile=`basename $$file`; \
12 -       $(INSTALL_DATA) $(srcdir)/$$file $(guppi_helpdir)/$$basefile; \
13 +       $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(guppi_helpdir)/$$basefile; \
14         done
15  
16  guppi.ps: guppi.sgml
This page took 0.114153 seconds and 3 git commands to generate.