Dash:
[t2.git] / package / develop / libiax / destdir.patch
blob6b5fca3bd66ea610a650c58252b4468109c887b6
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../libiax/destdir.patch
5 # Copyright (C) 2007 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- iax-0.2.2/src/Makefile.in.vanilla 2007-06-17 22:04:39.495943088 +0200
18 +++ iax-0.2.2/src/Makefile.in 2007-06-17 22:05:07.409533793 +0200
19 @@ -304,11 +304,11 @@
22 install:
23 - mkdir -p $(includedir)/iax
24 - install -m 644 md5.h $(includedir)/iax
25 - install -m 644 frame.h $(includedir)/iax
26 - install -m 644 iax.h $(includedir)/iax
27 - install -m 644 iax-client.h $(includedir)/iax
28 + mkdir -p $(DESTDIR)$(includedir)/iax
29 + install -m 644 md5.h $(DESTDIR)$(includedir)/iax
30 + install -m 644 frame.h $(DESTDIR)$(includedir)/iax
31 + install -m 644 iax.h $(DESTDIR)$(includedir)/iax
32 + install -m 644 iax-client.h $(DESTDIR)$(includedir)/iax
33 /sbin/ldconfig
35 # Tell versions [3.59,3.63) of GNU make to not export all variables.