From: Tomasz Pala Date: Sun, 10 Aug 2003 17:25:53 +0000 (+0000) Subject: - outdated X-Git-Tag: auto/th/bigloo-3_0b-0_beta21Aug07~9 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=d6825198edb4bd8927dfbe6a5c7d026cd9355fcd;p=packages%2Fbigloo.git - outdated Changed files: bigloo-DESTDIR.patch -> 1.2 --- diff --git a/bigloo-DESTDIR.patch b/bigloo-DESTDIR.patch deleted file mode 100644 index 97e38a1..0000000 --- a/bigloo-DESTDIR.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- bigloo2.5b/bdb/Makefile~ Tue Sep 3 09:44:07 2002 -+++ bigloo2.5b/bdb/Makefile Fri Oct 11 20:14:47 2002 -@@ -85,9 +85,9 @@ - cp $(BOOTBINDIR)/bdb $(BINDIR) && \ - chmod $(BMASK) $(BINDIR)/bdb; \ - fi -- if [ $(FILDIR) != $(BOOTLIBDIR) ]; then \ -- cp $(BOOTLIBDIR)/bdb.heap $(FILDIR)/bdb.heap && \ -- chmod $(BMASK) $(FILDIR)/bdb.heap; \ -+ if [ $(DESTDIR)$(FILDIR) != $(BOOTLIBDIR) ]; then \ -+ cp $(BOOTLIBDIR)/bdb.heap $(DESTDIR)$(FILDIR)/bdb.heap && \ -+ chmod $(BMASK) $(DESTDIR)$(FILDIR)/bdb.heap; \ - fi - $(MAKE) install-lib LIB=libbigloobdb-$(RELEASE) - $(MAKE) install-lnlib LIB=libbigloobdb-$(RELEASE) LN=libbigloobdb_u-$(RELEASE)