From 0a1f83bbe5619f3f17435880d9ec0afbe11bfc31 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Thu, 2 May 2002 17:34:58 +0000 Subject: tinyproxy should be installed into the /sbin directory rather than the /bin directory since it's a network daemon. --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 6c14bfe..987ef6b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.11 2002-04-10 21:51:01 rjkaes Exp $ +# $Id: Makefile.am,v 1.12 2002-05-02 17:34:58 rjkaes Exp $ # # # @@ -18,7 +18,7 @@ YFLAGS = @YFLAGS@ LDFLAGS = @LDFLAGS@ -bin_PROGRAMS = tinyproxy +sbin_PROGRAMS = tinyproxy tinyproxy_SOURCES = \ acl.c acl.h \ -- cgit v1.2.3