summaryrefslogtreecommitdiffstats
path: root/app-arch/p7zip/files/4.65-hardlink.patch
blob: 05d9e71c8e6534f4ed774a59fe0feed62b734663 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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: