diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-23 02:06:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-23 02:06:32 +0000 |
commit | 60a6cd575eccceea4002753a2ebf2069f17caed9 (patch) | |
tree | eac6ee0673271c00eba376911a781861d12f72ca /sys-fs/hfsutils/files | |
parent | Version bump. (diff) | |
download | gentoo-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.patch | 13 |
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@ |