# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../argus/argus-makefile.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 --- diff -ruN argus-2.0.6.orig/Makefile.in argus-2.0.6/Makefile.in --- argus-2.0.6.orig/Makefile.in 2004-04-13 07:32:58.000000000 +0200 +++ argus-2.0.6/Makefile.in 2005-09-29 11:24:41.000000000 +0200 @@ -67,6 +67,10 @@ [ -d $(prefix) ] || \ (mkdir -p $(prefix); chmod 755 $(prefix)) + [ -d @bindir@ ] || \ + (mkdir -p @bindir@; chmod 755 @bindir@) + + [ -d @sbindir@ ] || \ (mkdir -p @sbindir@; chmod 755 @sbindir@) @@ -113,17 +117,9 @@ (mkdir -p @mandir@/man8; chmod 755 @mandir@/man8) $(INSTALL) -m 0644 $(srcdir)/man/man5/argus.5 @mandir@/man5/argus.5 $(INSTALL) -m 0644 $(srcdir)/man/man5/argus.conf.5 @mandir@/man5/argus.conf.5 - $(INSTALL) -m 0644 $(srcdir)/man/man5/rarc.5 @mandir@/man5/rarc.5 $(INSTALL) -m 0644 $(srcdir)/man/man8/argus.8 @mandir@/man8/argus.8 - $(INSTALL) -m 0644 $(srcdir)/man/man1/ra.1 @mandir@/man1/ra.1 - $(INSTALL) -m 0644 $(srcdir)/man/man1/racount.1 @mandir@/man1/racount.1 - $(INSTALL) -m 0644 $(srcdir)/man/man1/ragator.1 @mandir@/man1/ragator.1 - $(INSTALL) -m 0644 $(srcdir)/man/man1/ramon.1 @mandir@/man1/ramon.1 - $(INSTALL) -m 0644 $(srcdir)/man/man1/rasort.1 @mandir@/man1/rapolicy.1 - $(INSTALL) -m 0644 $(srcdir)/man/man1/rasort.1 @mandir@/man1/rasort.1 - $(INSTALL) -m 0644 $(srcdir)/man/man1/raxml.1 @mandir@/man1/raxml.1 uninstall: rm -f @mandir@/man5/argus.5