summaryrefslogtreecommitdiffstats
path: root/app-arch/p7zip/files/4.65-hardlink.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/p7zip/files/4.65-hardlink.patch')
-rw-r--r--app-arch/p7zip/files/4.65-hardlink.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-arch/p7zip/files/4.65-hardlink.patch b/app-arch/p7zip/files/4.65-hardlink.patch
deleted file mode 100644
index 05d9e71..0000000
--- a/app-arch/p7zip/files/4.65-hardlink.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- makefile 2009-02-25 16:03:33.000000000 +0100
-+++ makefile.new 2009-02-25 16:03:17.000000000 +0100
-@@ -55,8 +55,8 @@
- $(MAKE) -C CPP/7zip/UI/Console all
-
- 7zG: common7z
-- cd bin ; rm -f Lang ; ln ../GUI/Lang .
-- cd bin ; rm -f help ; ln ../GUI/help .
-+ cd bin ; rm -f Lang ; ln -sf ../GUI/Lang .
-+ cd bin ; rm -f help ; ln -sf ../GUI/help .
- $(MAKE) -C CPP/7zip/UI/GUI all
-
- clean: