]> git.sesse.net Git - betaftpd/commitdiff
Install in PREFIX/sbin/ instead of PREFIX/bin/.
authorsgunderson <sgunderson>
Thu, 17 Aug 2000 22:04:30 +0000 (22:04 +0000)
committersgunderson <sgunderson>
Thu, 17 Aug 2000 22:04:30 +0000 (22:04 +0000)
Makefile.in

index 2fb3e65c8fce549171d95c7691a259f0aa4dc720..4cf0d1c9cb739abe5bc414425570716e30df6ff0 100644 (file)
@@ -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