]> git.pld-linux.org Git - packages/gabber.git/commitdiff
- more fixes for DESTDIR. gabber-0_8_6-1
authorkloczek <kloczek@pld-linux.org>
Sat, 12 Jan 2002 19:36:23 +0000 (19:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gabber-DESTDIR.patch -> 1.4

gabber-DESTDIR.patch

index 9ca87f98c474b48dfc927a5503c2dd5d87805cf3..b71541661907eb10b06fb690cbe8b91992e1dc88 100644 (file)
@@ -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; \
This page took 0.064908 seconds and 4 git commands to generate.