aboutsummaryrefslogtreecommitdiffstats
path: root/compress_files
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@mandriva.org>2000-04-06 02:22:46 +0000
committerChmouel Boudjnah <chmouel@mandriva.org>2000-04-06 02:22:46 +0000
commitac00a35b2294a9c17dd2eb2097a26f1ae4dcfc22 (patch)
tree03a955960f96682d35859855a7dc2fb354627a86 /compress_files
parent75847ab962eb08422be23aa382ef3486e4851729 (diff)
downloadspec-helper-ac00a35b2294a9c17dd2eb2097a26f1ae4dcfc22.tar
spec-helper-ac00a35b2294a9c17dd2eb2097a26f1ae4dcfc22.tar.gz
spec-helper-ac00a35b2294a9c17dd2eb2097a26f1ae4dcfc22.tar.bz2
spec-helper-ac00a35b2294a9c17dd2eb2097a26f1ae4dcfc22.tar.xz
spec-helper-ac00a35b2294a9c17dd2eb2097a26f1ae4dcfc22.zip
"Seethechangelog"
Diffstat (limited to 'compress_files')
-rwxr-xr-xcompress_files2
1 files changed, 1 insertions, 1 deletions
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 (<FIND>) {
chomp;
($directory)=m:(.*)/:;