From 59657a656ec66cc9ecf1dfd2604c826a87501fe0 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Wed, 21 Jul 2004 20:10:55 +0000 Subject: [PATCH] We don't need CMP anymore. Native Irix ln doesn't know about -n --- buildpkg.functions | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/buildpkg.functions b/buildpkg.functions index e30d151..45c297e 100644 --- a/buildpkg.functions +++ b/buildpkg.functions @@ -53,7 +53,6 @@ MV=/usr/bin/mv MKDIR=/usr/bin/mkdir CP=/usr/bin/cp TEE=/bin/tee -CMP=/bin/cmp GREP=/bin/grep UNIQ=/bin/uniq BASENAME=/bin/basename @@ -364,7 +363,7 @@ fix_man() do if [ -L "$manpage" ]; then TARGET=$($LS -l "$manpage" | $AWK '{ print $NF }') - $LN -snf "$TARGET".gz "$manpage".gz + $LN -sf "$TARGET".gz "$manpage".gz $MV "$manpage".gz "../$catdir" $RM -f "$manpage" else