]> git.pld-linux.org Git - packages/ApacheJServ.git/blob - ApacheJServ-DESTDIR.patch
fixed classpathx_servlet URL
[packages/ApacheJServ.git] / ApacheJServ-DESTDIR.patch
1 diff -uNr ApacheJServ-1.1.orig/docs/api/Makefile.am ApacheJServ-1.1/docs/api/Makefile.am
2 --- ApacheJServ-1.1.orig/docs/api/Makefile.am   Sun Nov 21 19:47:14 1999
3 +++ ApacheJServ-1.1/docs/api/Makefile.am        Tue Feb  8 16:53:25 2000
4 @@ -32,8 +32,8 @@
5                 echo ""; \
6                 echo "Installing Javadoc in ${docdir}..."; \
7                 echo ""; \
8 -               ${mkinstalldirs} ${docdir}; \
9 -               ${CP} -r ${FILES} ${docdir}; \
10 +               ${mkinstalldirs} $(DESTDIR)${docdir}; \
11 +               ${CP} -r ${FILES} $(DESTDIR)${docdir}; \
12         else \
13                 echo "You received this message for one of two reasons:"; \
14                 echo ""; \
15 diff -uNr ApacheJServ-1.1.orig/docs/api/Makefile.in ApacheJServ-1.1/docs/api/Makefile.in
16 --- ApacheJServ-1.1.orig/docs/api/Makefile.in   Tue Feb  8 16:46:09 2000
17 +++ ApacheJServ-1.1/docs/api/Makefile.in        Tue Feb  8 16:53:02 2000
18 @@ -235,8 +235,8 @@
19                 echo ""; \
20                 echo "Installing Javadoc in ${docdir}..."; \
21                 echo ""; \
22 -               ${mkinstalldirs} ${docdir}; \
23 -               ${CP} -r ${FILES} ${docdir}; \
24 +               ${mkinstalldirs} $(DESTDIR)${docdir}; \
25 +               ${CP} -r ${FILES} $(DESTDIR)${docdir}; \
26         else \
27                 echo "You received this message for one of two reasons:"; \
28                 echo ""; \
This page took 0.030244 seconds and 3 git commands to generate.