]> git.pld-linux.org Git - packages/bigloo.git/commitdiff
- outdated
authorTomasz Pala <gotar@pld-linux.org>
Sun, 10 Aug 2003 17:25:53 +0000 (17:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bigloo-DESTDIR.patch -> 1.2

bigloo-DESTDIR.patch [deleted file]

diff --git a/bigloo-DESTDIR.patch b/bigloo-DESTDIR.patch
deleted file mode 100644 (file)
index 97e38a1..0000000
+++ /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)
This page took 0.064925 seconds and 4 git commands to generate.