]> git.pld-linux.org Git - packages/Guppi.git/commitdiff
- DESTDIR style install fixes.
authorkloczek <kloczek@pld-linux.org>
Mon, 27 Mar 2000 02:50:11 +0000 (02:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Guppi-DESTDIR.patch -> 1.1

Guppi-DESTDIR.patch [new file with mode: 0644]

diff --git a/Guppi-DESTDIR.patch b/Guppi-DESTDIR.patch
new file mode 100644 (file)
index 0000000..a6e3b98
--- /dev/null
@@ -0,0 +1,16 @@
+diff -Nru Guppi-0.34.3/doc/C/Makefile.am Guppi-0.34.3.new/doc/C/Makefile.am
+--- Guppi-0.34.3/doc/C/Makefile.am     Wed Jan 12 07:24:40 2000
++++ Guppi-0.34.3.new/doc/C/Makefile.am Mon Mar 27 03:18:32 2000
+@@ -21,10 +21,10 @@
+       -cp guppi.html $(distdir)
+ install-data-local:
+-      $(mkinstalldirs) $(guppi_helpdir)/images
++      $(mkinstalldirs) $(DESTDIR)$(guppi_helpdir)/images
+       -for file in $(srcdir)/guppi/*.html $(srcdir)/guppi/*.css; do \
+       basefile=`basename $$file`; \
+-      $(INSTALL_DATA) $(srcdir)/$$file $(guppi_helpdir)/$$basefile; \
++      $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(guppi_helpdir)/$$basefile; \
+       done
+ guppi.ps: guppi.sgml
This page took 0.074942 seconds and 4 git commands to generate.