--- lcov-1.9/bin/geninfo	Fri Aug  6 12:05:17 2010
+++ lcov-1.9/bin/geninfo	Sun Oct 10 10:01:19 2010
@@ -578,7 +578,7 @@
 	{
 		info("Scanning $directory for $ext files ...\n");
 
-		@file_list = `find "$directory" $maxdepth $follow -name \\*$ext -type f 2>/dev/null`;
+		@file_list = `find -L "$directory" $maxdepth $follow -name \\*$ext -type f 2>/dev/null`;
 		chomp(@file_list);
 		@file_list or
 			die("ERROR: no $ext files found in $directory!\n");
--- lcov-1.9/Makefile	Fri Aug  6 12:05:17 2010
+++ lcov-1.9/Makefile	Sun Oct 10 09:50:51 2010
@@ -14,9 +14,10 @@
 VERSION := 1.9
 RELEASE := 1
 
+PREFIX := /home/olly/install
 CFG_DIR := $(PREFIX)/etc
-BIN_DIR := $(PREFIX)/usr/bin
-MAN_DIR := $(PREFIX)/usr/share/man
+BIN_DIR := $(PREFIX)/bin
+MAN_DIR := $(PREFIX)/share/man
 TMP_DIR := /tmp/lcov-tmp.$(shell echo $$$$)
 FILES   := $(wildcard bin/*) $(wildcard man/*) README CHANGES Makefile \
 	   $(wildcard rpm/*) lcovrc

