From 992d10189fead4bf06b5cc69c3951e1c48109016 Mon Sep 17 00:00:00 2001 From: grant Date: Mon, 30 Jun 2003 14:58:31 +0000 Subject: install into into bin, not sbin --- archivers/pax/files/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers') diff --git a/archivers/pax/files/Makefile.in b/archivers/pax/files/Makefile.in index ded84802164..3780157da1a 100644 --- a/archivers/pax/files/Makefile.in +++ b/archivers/pax/files/Makefile.in @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.in,v 1.3 2003/06/30 11:47:27 grant Exp $ +# $NetBSD: Makefile.in,v 1.4 2003/06/30 14:58:31 grant Exp $ srcdir = @srcdir@ prefix = @prefix@ @@ -44,7 +44,7 @@ distclean: clean # most systems we are aiming this at don't have the macros to format # mandoc pages, so only install the catman versions. install: - $(INSTALL) $(PROG) $(PREFIX)/sbin + $(INSTALL) $(PROG) $(PREFIX)/bin ln -f $(PREFIX)/bin/$(PROG) $(PREFIX)/bin/tar ln -f $(PREFIX)/bin/$(PROG) $(PREFIX)/bin/cpio $(INSTALL) -m 444 $(PROG).cat1 $(mandircat1)/$(PROG).0 -- cgit v1.2.3