summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkloczek2002-01-12 19:36:23 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit3826048f59debd2ea60242f96a240e89b764b4aa (patch)
tree89d1167f1606e1cb4cbba39cd7f805cc3fb87d5a
parent26854953711570879952b8def51c4eafb03003f7 (diff)
downloadgabber-3826048f59debd2ea60242f96a240e89b764b4aa.zip
gabber-3826048f59debd2ea60242f96a240e89b764b4aa.tar.gz
- more fixes for DESTDIR.gabber-0_8_6-1
Changed files: gabber-DESTDIR.patch -> 1.4
-rw-r--r--gabber-DESTDIR.patch13
1 files changed, 8 insertions, 5 deletions
diff --git a/gabber-DESTDIR.patch b/gabber-DESTDIR.patch
index 9ca87f9..b715416 100644
--- a/gabber-DESTDIR.patch
+++ b/gabber-DESTDIR.patch
@@ -1,8 +1,11 @@
-diff -durN gabber-0.8.6.orig/doc/C/Makefile.am gabber-0.8.6/doc/C/Makefile.am
---- gabber-0.8.6.orig/doc/C/Makefile.am Wed Jan 2 21:45:03 2002
-+++ gabber-0.8.6/doc/C/Makefile.am Sat Jan 12 13:13:50 2002
-@@ -51,11 +51,11 @@
- $(mkinstalldirs) $(gabber_helpdir)/stylesheet-images
+--- gabber-0.8.6/doc/C/Makefile.am~ Wed Jan 2 21:45:03 2002
++++ gabber-0.8.6/doc/C/Makefile.am Sat Jan 12 18:34:16 2002
+@@ -48,14 +48,14 @@
+ -cp *.png $(distdir)/
+
+ install-data-local: index.html
+- $(mkinstalldirs) $(gabber_helpdir)/stylesheet-images
++ $(mkinstalldirs) $(DESTDIR)$(gabber_helpdir)/stylesheet-images
-for file in $(SGML_FILES) $(srcdir)/gabber/*.html $(srcdir)/gabber/*.css $(srcdir)/*.png; do \
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
- $(INSTALL_DATA) $(srcdir)/$$file $(gabber_helpdir)/$$basefile; \