chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
04db649
)
unzip: Use symlink instead of hardlink
author
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 9 Jul 2015 01:09:56 +0000
(21:09 -0400)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 9 Jul 2015 01:09:56 +0000
(21:09 -0400)
packages/unzip/makefile.patch
patch
|
blob
|
blame
|
history
diff --git
a/packages/unzip/makefile.patch
b/packages/unzip/makefile.patch
index e8824245c77f19470dd0c53610aa3899015ac83c..d32b6564504ec07f1c677947e638fed028721bb7 100644
(file)
--- a/
packages/unzip/makefile.patch
+++ b/
packages/unzip/makefile.patch
@@
-1,6
+1,6
@@
diff -u -r ../unzip60/unix/Makefile ./unix/Makefile
diff -u -r ../unzip60/unix/Makefile ./unix/Makefile
---- ../unzip60/unix/Makefile 2009-01-18
23:41:18.000000000 +01
00
-+++ ./unix/Makefile 201
4-05-28 01:11:42.000000000 +02
00
+--- ../unzip60/unix/Makefile 2009-01-18
17:41:18.000000000 -05
00
++++ ./unix/Makefile 201
5-07-08 21:06:39.896318954 -04
00
@@ -42,12 +42,8 @@
# such as -DDOSWILD).
@@ -42,12 +42,8 @@
# such as -DDOSWILD).
@@
-25,3
+25,12
@@
diff -u -r ../unzip60/unix/Makefile ./unix/Makefile
INSTALLEDBIN = $(BINDIR)/funzip$E $(BINDIR)/unzip$E $(BINDIR)/unzipsfx$E \
$(BINDIR)/zipgrep$E $(BINDIR)/zipinfo$E
INSTALLEDMAN = $(MANDIR)/funzip.$(manext) $(MANDIR)/unzip.$(manext) \
INSTALLEDBIN = $(BINDIR)/funzip$E $(BINDIR)/unzip$E $(BINDIR)/unzipsfx$E \
$(BINDIR)/zipgrep$E $(BINDIR)/zipinfo$E
INSTALLEDMAN = $(MANDIR)/funzip.$(manext) $(MANDIR)/unzip.$(manext) \
+@@ -452,7 +447,7 @@
+ $(INSTALL_PROGRAM) $(UNZIPS) $(BINDIR)
+ $(INSTALL) unix/zipgrep $(BINDIR)
+ $(RM) $(BINDIR)/zipinfo$E
+- $(LN) $(BINDIR)/unzip$E $(BINDIR)/zipinfo$E
++ $(LN) -s $(BINDIR)/unzip$E $(BINDIR)/zipinfo$E
+ -$(INSTALL_D) $(MANDIR)
+ $(INSTALL) man/funzip.1 $(MANDIR)/funzip.$(manext)
+ $(INSTALL) man/unzip.1 $(MANDIR)/unzip.$(manext)