]> git.pld-linux.org Git - packages/ocaml-net.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:41:19 +0000 (23:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ocaml-net-DESTDIR.patch -> 1.2

ocaml-net-DESTDIR.patch [deleted file]

diff --git a/ocaml-net-DESTDIR.patch b/ocaml-net-DESTDIR.patch
deleted file mode 100644 (file)
index 4f2e1f7..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -ur ocamlnet-0.98.1/src/Makefile.rules ocamlnet-0.98.1.new/src/Makefile.rules
---- ocamlnet-0.98.1/src/Makefile.rules 2005-01-30 15:27:16.000000000 +0000
-+++ ocamlnet-0.98.1.new/src/Makefile.rules     2005-03-17 09:15:51.474074112 +0000
-@@ -87,13 +87,13 @@
- .PHONY: install-conventional
- install-conventional:
--      test -n $(LIBDIR)
--      mkdir -p $(LIBDIR)
-+      test -n $(DESTDIR)$(LIBDIR)
-+      mkdir -p $(DESTDIR)$(LIBDIR)
-       touch packlist-$(PKGNAME)
-       files=`$(COLLECT_FILES) *.mli *.cmi *.cma *.cmxa *.a META $(INSTALL_EXTRA) packlist-$(PKGNAME)` && \
-       ls $$files | \
-               { while read f; do echo "$(LIBDIR)/$$f"; done } >packlist-$(PKGNAME) && \
--      cp $$files $(LIBDIR)
-+      cp $$files $(DESTDIR)$(LIBDIR)
- # Note: Before ocamlnet 0.96, the packlist contained only relative path
This page took 0.110632 seconds and 4 git commands to generate.