]> git.pld-linux.org Git - packages/linphone.git/blame - linphone-DESTDIR.patch
- removed two lines with define
[packages/linphone.git] / linphone-DESTDIR.patch
CommitLineData
9e7cfeb0
JK
1diff -durN linphone-0.7.1.orig/Makefile.am linphone-0.7.1/Makefile.am
2--- linphone-0.7.1.orig/Makefile.am Thu Jan 17 08:25:05 2002
3+++ linphone-0.7.1/Makefile.am Mon Apr 15 19:17:37 2002
4@@ -7,10 +7,10 @@
5 install-data-local:
6 @$(NORMAL_INSTALL)
7 if test -d $(srcdir)/pixmaps; then \
8- $(mkinstalldirs) $(PIXDESTDIR)@PACKAGE_PIXMAPS_DIR@; \
9+ $(mkinstalldirs) $(DESTDIR)@PACKAGE_PIXMAPS_DIR@; \
10 for pixmap in $(srcdir)/pixmaps/*; do \
11 if test -f $$pixmap; then \
12- $(INSTALL_DATA) $$pixmap $(PIXDESTDIR)@PACKAGE_PIXMAPS_DIR@; \
13+ $(INSTALL_DATA) $$pixmap $(DESTDIR)@PACKAGE_PIXMAPS_DIR@; \
14 fi \
15 done \
16 fi
17diff -durN linphone-0.7.1.orig/share/C/Makefile.am linphone-0.7.1/share/C/Makefile.am
18--- linphone-0.7.1.orig/share/C/Makefile.am Wed Nov 28 23:27:47 2001
19+++ linphone-0.7.1/share/C/Makefile.am Mon Apr 15 19:17:59 2002
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
33diff -durN linphone-0.7.1.orig/share/fr/Makefile.am linphone-0.7.1/share/fr/Makefile.am
34--- linphone-0.7.1.orig/share/fr/Makefile.am Wed Nov 28 23:27:47 2001
35+++ linphone-0.7.1/share/fr/Makefile.am Mon Apr 15 19:18:14 2002
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
49diff -durN linphone-0.7.1.orig/share/it/Makefile.am linphone-0.7.1/share/it/Makefile.am
50--- linphone-0.7.1.orig/share/it/Makefile.am Thu Jan 17 08:31:31 2002
51+++ linphone-0.7.1/share/it/Makefile.am Mon Apr 15 19:18:28 2002
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.110206 seconds and 4 git commands to generate.