]> git.pld-linux.org Git - packages/linphone.git/blob - linphone-DESTDIR.patch
- add patch1 with needed macro for automake (in acinclude.m4)
[packages/linphone.git] / linphone-DESTDIR.patch
1 diff -Naur linphone-0.11.0/share/C/Makefile.am linphone-0.11.0-p/share/C/Makefile.am
2 --- linphone-0.11.0/share/C/Makefile.am Wed Dec 11 18:16:39 2002
3 +++ linphone-0.11.0-p/share/C/Makefile.am       Mon Jun 23 11:08:36 2003
4 @@ -13,9 +13,9 @@
5         cd manual; ln -sf t1.html index.html
6  
7  install-data-local:
8 -                       $(mkinstalldirs) $(linphone_manualdir)
9 -                       cp -rf $(linphone_help) $(linphone_manualdir)/.
10 +                       $(mkinstalldirs) $(DESTDIR)$(linphone_manualdir)
11 +                       cp -rf $(linphone_help) $(DESTDIR)$(linphone_manualdir)/.
12  
13  uninstall-local:
14 -                       rm -rf $(linphone_manualdir)
15 +                       rm -rf $(DESTDIR)$(linphone_manualdir)
16  
17 diff -Naur linphone-0.11.0/share/fr/Makefile.am linphone-0.11.0-p/share/fr/Makefile.am
18 --- linphone-0.11.0/share/fr/Makefile.am        Wed Nov 28 23:27:47 2001
19 +++ linphone-0.11.0-p/share/fr/Makefile.am      Mon Jun 23 11:08:36 2003
20 @@ -11,9 +11,9 @@
21         cd manual; ln -sf t1.html index.html
22  
23  install-data-local:
24 -                       $(mkinstalldirs) $(linphone_manualdir)
25 -                       cp -rf $(linphone_help) $(linphone_manualdir)/.
26 +                       $(mkinstalldirs) $(DESTDIR)$(linphone_manualdir)
27 +                       cp -rf $(linphone_help) $(DESTDIR)$(linphone_manualdir)/.
28  
29  uninstall-local:
30 -                       rm -rf $(linphone_manualdir)
31 +                       rm -rf $(DESTDIR)$(linphone_manualdir)
32  
33 diff -Naur linphone-0.11.0/share/it/Makefile.am linphone-0.11.0-p/share/it/Makefile.am
34 --- linphone-0.11.0/share/it/Makefile.am        Thu Jan 17 08:31:31 2002
35 +++ linphone-0.11.0-p/share/it/Makefile.am      Mon Jun 23 11:08:36 2003
36 @@ -11,9 +11,9 @@
37         cd manual; ln -sf t1.html index.html
38  
39  install-data-local:
40 -                       $(mkinstalldirs) $(linphone_manualdir)
41 -                       cp -rf $(linphone_help) $(linphone_manualdir)/.
42 +                       $(mkinstalldirs) $(DESTDIR)$(linphone_manualdir)
43 +                       cp -rf $(linphone_help) $(DESTDIR)$(linphone_manualdir)/.
44  
45  uninstall-local:
46 -                       rm -rf $(linphone_manualdir)
47 +                       rm -rf $(DESTDIR)$(linphone_manualdir)
48  
49 diff -Naur linphone-0.11.0/share/ja/Makefile.am linphone-0.11.0-p/share/ja/Makefile.am
50 --- linphone-0.11.0/share/ja/Makefile.am        Fri Jan 10 22:57:06 2003
51 +++ linphone-0.11.0-p/share/ja/Makefile.am      Mon Jun 23 11:27:20 2003
52 @@ -11,9 +11,9 @@
53         cd manual; ln -sf t1.html index.html
54  
55  install-data-local:
56 -                       $(mkinstalldirs) $(linphone_manualdir)
57 -                       cp -rf $(linphone_help) $(linphone_manualdir)/.
58 +                       $(mkinstalldirs) $(DESTDIR)$(linphone_manualdir)
59 +                       cp -rf $(linphone_help) $(DESTDIR)$(linphone_manualdir)/.
60  
61  uninstall-local:
62 -                       rm -rf $(linphone_manualdir)
63 +                       rm -rf $(DESTDIR)$(linphone_manualdir)
64  
This page took 0.043648 seconds and 3 git commands to generate.