summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-23 02:06:32 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-23 02:06:32 +0000
commit60a6cd575eccceea4002753a2ebf2069f17caed9 (patch)
treeeac6ee0673271c00eba376911a781861d12f72ca /sys-fs/hfsutils/files
parentVersion bump. (diff)
downloadgentoo-2-60a6cd575eccceea4002753a2ebf2069f17caed9.tar.gz
gentoo-2-60a6cd575eccceea4002753a2ebf2069f17caed9.tar.bz2
gentoo-2-60a6cd575eccceea4002753a2ebf2069f17caed9.zip
Cleanup ebuild and create softlinks instead of hardlinks.
(Portage version: 2.1_pre6-r5)
Diffstat (limited to 'sys-fs/hfsutils/files')
-rw-r--r--sys-fs/hfsutils/files/hfsutils-3.2.6-softlinks.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-fs/hfsutils/files/hfsutils-3.2.6-softlinks.patch b/sys-fs/hfsutils/files/hfsutils-3.2.6-softlinks.patch
new file mode 100644
index 000000000000..1be9507756ad
--- /dev/null
+++ b/sys-fs/hfsutils/files/hfsutils-3.2.6-softlinks.patch
@@ -0,0 +1,13 @@
+Create softlinks instead of hardlinks
+
+--- hfsutils-3.2.6/Makefile.in
++++ hfsutils-3.2.6/Makefile.in
+@@ -39,7 +39,7 @@
+ INSTALL = @INSTALL@
+ BININSTALL = @INSTALL_PROGRAM@ -m 755
+ LIBINSTALL = @INSTALL_DATA@
+-HARDLINK = ln -f
++HARDLINK = ln -s
+
+ CC = @CC@
+ INCLUDES = @CPPFLAGS@ -Ilibhfs @TCL_INCLUDES@ @TK_INCLUDES@