From d3ff2ee35c421cff1037c0ca712bd289b5d5c3c5 Mon Sep 17 00:00:00 2001 From: sgunderson Date: Thu, 17 Aug 2000 22:04:30 +0000 Subject: [PATCH] Install in PREFIX/sbin/ instead of PREFIX/bin/. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 2fb3e65..4cf0d1c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -43,7 +43,7 @@ distclean: clean rm -f config.log config.cache config.status Makefile config.h install: betaftpd - install betaftpd $(prefix)/bin/betaftpd + install betaftpd $(prefix)/sbin/betaftpd # # NOTE: This is not intended for end users, and should be run from a -- 2.39.2