* updated krdc (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / network / linux-igd / Makefile.patch
blob003cf3cd4a2bf2ea283e67224a467fcb5e2b9663
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../linux-igd/Makefile.patch
5 # Copyright (C) 2008 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 --- linux-igd/Makefile.vanilla 2008-07-22 05:15:57.000000000 +0100
18 +++ linux-igd/Makefile 2008-07-22 05:18:11.000000000 +0100
19 @@ -33,11 +33,11 @@
20 rm -f *.o upnpd
22 install: upnpd
23 - install -d /etc/linuxigd
24 - install etc/gatedesc.xml /etc/linuxigd
25 - install etc/gateconnSCPD.xml /etc/linuxigd
26 - install etc/gateicfgSCPD.xml /etc/linuxigd
27 - install etc/dummy.xml /etc/linuxigd
28 - install upnpd $(PREFIX)/sbin
29 - install upnpd.8 $(PREFIX)/share/man/man8
30 - if [ ! -f /etc/upnpd.conf ]; then install etc/upnpd.conf /etc; fi
31 + install -d $(DESTDIR)/etc/linuxigd
32 + install etc/gatedesc.xml $(DESTDIR)/etc/linuxigd
33 + install etc/gateconnSCPD.xml $(DESTDIR)/etc/linuxigd
34 + install etc/gateicfgSCPD.xml $(DESTDIR)/etc/linuxigd
35 + install etc/dummy.xml $(DESTDIR)/etc/linuxigd
36 + install upnpd $(DESTDIR)$(PREFIX)/sbin
37 + install upnpd.8 $(DESTDIR)$(PREFIX)/share/man/man8
38 + if [ ! -f $(DESTDIR)/etc/upnpd.conf ]; then install etc/upnpd.conf $(DESTDIR)/etc; fi