# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../dpkg/no-ssd_md5sum.patch # Copyright (C) 2004 - 2005 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 --- don't install start-stop-daemon or md5sum stuff Alejandro --- ./utils/Makefile.in.orig 2005-01-11 13:55:12.000000000 -0300 +++ ./utils/Makefile.in 2005-02-06 11:56:06.725048419 -0300 @@ -46,19 +46,10 @@ $(RM) Makefile confdefs.h config.log .PHONY: install -install:: install-program install-doc +install:: install-program .PHONY: install-program install-program: -ifeq (@USE_START_STOP_DAEMON@, true) - $(mkinstalldirs) $(DESTDIR)/$(sbindir) - $(INSTALL_PROGRAM) start-stop-daemon $(DESTDIR)/$(sbindir) -endif - $(mkinstalldirs) $(DESTDIR)/$(bindir) - $(INSTALL_PROGRAM) md5sum $(DESTDIR)/$(bindir) -ifdef ALSO_STATIC - $(INSTALL_PROGRAM) md5sum-static $(DESTDIR)/$(bindir) -endif $(mkinstalldirs) $(DESTDIR)/$(dpkglibdir) $(INSTALL_PROGRAM) enoent $(DESTDIR)/$(dpkglibdir)