From ac00a35b2294a9c17dd2eb2097a26f1ae4dcfc22 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Thu, 6 Apr 2000 02:22:46 +0000 Subject: "Seethechangelog" --- compress_files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compress_files') diff --git a/compress_files b/compress_files index a2ffc17..2f43706 100755 --- a/compress_files +++ b/compress_files @@ -172,7 +172,7 @@ foreach (keys %hardlinks) { } # Fix up symlinks that were pointing to the uncompressed files. -open (FIND,"find usr/man -type l |"); +open (FIND,"find $RPM_BUILD_ROOT -type l |"); while () { chomp; ($directory)=m:(.*)/:; -- cgit v1.2.1