# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../linux-igd/Makefile.patch # Copyright (C) 2008 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- --- linux-igd/Makefile.vanilla 2008-07-22 05:15:57.000000000 +0100 +++ linux-igd/Makefile 2008-07-22 05:18:11.000000000 +0100 @@ -33,11 +33,11 @@ rm -f *.o upnpd install: upnpd - install -d /etc/linuxigd - install etc/gatedesc.xml /etc/linuxigd - install etc/gateconnSCPD.xml /etc/linuxigd - install etc/gateicfgSCPD.xml /etc/linuxigd - install etc/dummy.xml /etc/linuxigd - install upnpd $(PREFIX)/sbin - install upnpd.8 $(PREFIX)/share/man/man8 - if [ ! -f /etc/upnpd.conf ]; then install etc/upnpd.conf /etc; fi + install -d $(DESTDIR)/etc/linuxigd + install etc/gatedesc.xml $(DESTDIR)/etc/linuxigd + install etc/gateconnSCPD.xml $(DESTDIR)/etc/linuxigd + install etc/gateicfgSCPD.xml $(DESTDIR)/etc/linuxigd + install etc/dummy.xml $(DESTDIR)/etc/linuxigd + install upnpd $(DESTDIR)$(PREFIX)/sbin + install upnpd.8 $(DESTDIR)$(PREFIX)/share/man/man8 + if [ ! -f $(DESTDIR)/etc/upnpd.conf ]; then install etc/upnpd.conf $(DESTDIR)/etc; fi