From: sgunderson Date: Thu, 17 Aug 2000 22:04:30 +0000 (+0000) Subject: Install in PREFIX/sbin/ instead of PREFIX/bin/. X-Git-Url: https://git.sesse.net/?p=betaftpd;a=commitdiff_plain;h=d3ff2ee35c421cff1037c0ca712bd289b5d5c3c5 Install in PREFIX/sbin/ instead of PREFIX/bin/. --- 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