868f7a8
--- mgetty-1.1.36/Makefile.config	2008-10-09 22:55:57.000000000 +0200
868f7a8
+++ mgetty-1.1.36/Makefile	2008-10-09 22:55:57.000000000 +0200
868f7a8
@@ -164,7 +164,8 @@ LIBS=
cvsdist 1008ce2
 #
cvsdist 1008ce2
 # if your systems doesn't have one, use the shell script that I provide
cvsdist 1008ce2
 # in "inst.sh" (taken from X11R5). Needed on IRIX5.2
cvsdist 1008ce2
-INSTALL=install -c -o bin -g bin
cvsdist 1008ce2
+INSTALL=install -c
cvsdist 1008ce2
+#INSTALL=install -c -o bin -g bin
cvsdist 1008ce2
 #INSTALL=install -c -o root -g wheel		# NeXT/BSD
cvsdist 1008ce2
 #INSTALL=/usr/ucb/install -c -o bin -g bin	# AIX, Solaris 2.x
cvsdist 1008ce2
 #INSTALL=installbsd -c -o bin -g bin		# OSF/1, AIX 4.1, 4.2
868f7a8
@@ -596,15 +597,15 @@ install.bin: mgetty sendfax newslock \
cvsdist 1008ce2
 	test -d $(CONFDIR) || \
868f7a8
 		( ./mkidirs $(CONFDIR) && chmod 755 $(CONFDIR))
cvsdist 1008ce2
 	test -f $(CONFDIR)/login.config || \
cvsdist 1008ce2
-		$(INSTALL) -o root -m 600 login.config $(CONFDIR)/
cvsdist 1008ce2
+		$(INSTALL) -m 600 login.config $(CONFDIR)/
cvsdist 1008ce2
 	test -f $(CONFDIR)/mgetty.config || \
cvsdist 1008ce2
-		$(INSTALL) -o root -m 600 mgetty.config $(CONFDIR)/
cvsdist 1008ce2
+		$(INSTALL) -m 600 mgetty.config $(CONFDIR)/
cvsdist 1008ce2
 	test -f $(CONFDIR)/sendfax.config || \
cvsdist 1008ce2
-		$(INSTALL) -o root -m 644 sendfax.config $(CONFDIR)/
cvsdist 1008ce2
+		$(INSTALL) -m 644 sendfax.config $(CONFDIR)/
cvsdist 1008ce2
 	test -f $(CONFDIR)/dialin.config || \
cvsdist 1008ce2
-		$(INSTALL) -o root -m 600 dialin.config $(CONFDIR)/
cvsdist 1008ce2
+		$(INSTALL) -m 600 dialin.config $(CONFDIR)/
cvsdist 1008ce2
 	test -f $(CONFDIR)/faxrunq.config || \
cvsdist 1008ce2
-		$(INSTALL) -o root -m 644 faxrunq.config $(CONFDIR)/
cvsdist 1008ce2
+		$(INSTALL) -m 644 faxrunq.config $(CONFDIR)/
cvsdist 1008ce2
 #
cvsdist 1008ce2
 # test for outdated stuff
cvsdist 1008ce2
 #