Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43235 - [dev-lang/tk-8.3]: manpages linked using hardlinks -- waste of diskspace after compression
Summary: [dev-lang/tk-8.3]: manpages linked using hardlinks -- waste of diskspace afte...
Status: RESOLVED DUPLICATE of bug 43231
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: TCL/TK Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-28 16:18 UTC by bartron
Modified: 2005-08-11 11:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***