Author: Rhonda D'Vine <rhonda@debian.org>	vim:ft=diff:
Description: Fix install target

Index: rungetty-1.2/Makefile
===================================================================
--- rungetty-1.2.orig/Makefile
+++ rungetty-1.2/Makefile
@@ -7,9 +7,9 @@ all:		rungetty
 
 install:	all
 		mkdir -p $(ROOT)/sbin
-		mkdir -p $(ROOT)/usr/man/man8
-		install -s -m 0755 -o root -g root rungetty $(ROOT)/sbin/
-		install -m 0644 -o root -g root rungetty.8 $(ROOT)/usr/man/man8/
+		mkdir -p $(ROOT)/usr/share/man/man8
+		install -m 0755 -o root -g root rungetty $(ROOT)/sbin/
+		install -m 0644 -o root -g root rungetty.8 $(ROOT)/usr/share/man/man8/
 
 rungetty:	rungetty.o
 
