diff options
author | grant <grant@pkgsrc.org> | 2003-06-30 14:58:31 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-06-30 14:58:31 +0000 |
commit | 78c00e091ce03d02ee0d150cb6fad7b290430e81 (patch) | |
tree | 0d21d7179d048ba36e454cef26ba999c92372597 /archivers/pax | |
parent | 79aba7a3d801de220b8c1758f64ab47de5988ca0 (diff) | |
download | pkgsrc-78c00e091ce03d02ee0d150cb6fad7b290430e81.tar.gz |
install into into bin, not sbin
Diffstat (limited to 'archivers/pax')
-rw-r--r-- | archivers/pax/files/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |