]> git.pld-linux.org Git - packages/cronosII.git/blame - cronosII-DESTDIR.patch
- updated gettext BR
[packages/cronosII.git] / cronosII-DESTDIR.patch
CommitLineData
a351ede0
MM
1--- cronosII-0.2.2.23/doc/C/Makefile.am~ Sun Aug 4 02:05:46 2002
2+++ cronosII-0.2.2.23/doc/C/Makefile.am Sun Aug 4 02:15:12 2002
3@@ -45,16 +45,16 @@
db779311 4 install-data-local: cronosII/index.html
a351ede0
MM
5 # this tar added --pete Feb 2002 (try keeping things nice building an rpm without it !)
6 tar zxvf $(srcdir)/cronosII-htmldocs.tar.gz ;
7- $(mkinstalldirs) $(cronosII_helpdir)/stylesheet-images #/
8+ $(mkinstalldirs) $(DESTDIR)$(cronosII_helpdir)/stylesheet-images #/
9 # -for file in $(srcdir)/cronosII/*.html $(srcdir)/cronosII/stylesheet-images/* $(srcdir)/cronosII/*.css ;
10 # do
11 # basefile=`basename $$file`; \
12 # $(INSTALL_DATA) $(srcdir)/$$file $(cronosII_helpdir)/$$basefile; \
13 # done
14 #while that should have done it the following covers some other situations and should not hurt.
15- cp -vf $(srcdir)/cronosII/*.html $(cronosII_helpdir)/;
16- -cp -vf $(srcdir)/cronosII/stylesheet-images/* $(cronosII_helpdir)/stylesheet-images/ ;
17- -cp -vf $(srcdir)/cronosII/images/* $(cronosII_helpdir)/;
18+ cp -vf $(srcdir)/cronosII/*.html $(DESTDIR)$(cronosII_helpdir)/;
19+ -cp -vf $(srcdir)/cronosII/stylesheet-images/* $(DESTDIR)$(cronosII_helpdir)/stylesheet-images/ ;
20+ -cp -vf $(srcdir)/cronosII/images/* $(DESTDIR)$(cronosII_helpdir)/;
db779311 21
a351ede0
MM
22 #added above cp's feb 2002 this covers the two most common scenarios and should only copy what is required.
23 # next we get rid of the html directory (don't need it any more and it will be a minor hassle for people using sgml tools)
This page took 0.064617 seconds and 4 git commands to generate.