Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 43235

Summary: [dev-lang/tk-8.3]: manpages linked using hardlinks -- waste of diskspace after compression
Product: Gentoo Linux Reporter: bartron <bartron>
Component: New packagesAssignee: TCL/TK Project <tcltk>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description bartron 2004-02-28 16:18:29 UTC
[see bug #43231 for a more detailed description]

  Shortest possible patch

--- tk8.3.4/unix/mkLinks.orig
+++ tk8.3.4/unix/mkLinks
@@ -15,6 +15,9 @@
 # The script takes one argument, which is the name of the directory
 # where the manual entries have been installed.

+set -e
+ln() { /bin/ln -sf "$@"; }
+
 if test $# != 1; then
     echo "Usage: mkLinks dir"
     exit 1
Comment 1 Daniel Black (RETIRED) gentoo-dev 2004-10-02 07:15:58 UTC
Assigned to non-devs - reassigning so these may be noticed. 
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-08-11 11:52:30 UTC

*** This bug has been marked as a duplicate of 43231 ***