]> git.pld-linux.org Git - packages/bigloo.git/blame - bigloo-DESTDIR.patch
- cosmetics
[packages/bigloo.git] / bigloo-DESTDIR.patch
CommitLineData
efce58a8
JR
1--- bigloo2.5b/bdb/Makefile~ Tue Sep 3 09:44:07 2002
2+++ bigloo2.5b/bdb/Makefile Fri Oct 11 20:14:47 2002
3@@ -85,9 +85,9 @@
4 cp $(BOOTBINDIR)/bdb $(BINDIR) && \
5 chmod $(BMASK) $(BINDIR)/bdb; \
6 fi
7- if [ $(FILDIR) != $(BOOTLIBDIR) ]; then \
8- cp $(BOOTLIBDIR)/bdb.heap $(FILDIR)/bdb.heap && \
9- chmod $(BMASK) $(FILDIR)/bdb.heap; \
10+ if [ $(DESTDIR)$(FILDIR) != $(BOOTLIBDIR) ]; then \
11+ cp $(BOOTLIBDIR)/bdb.heap $(DESTDIR)$(FILDIR)/bdb.heap && \
12+ chmod $(BMASK) $(DESTDIR)$(FILDIR)/bdb.heap; \
13 fi
14 $(MAKE) install-lib LIB=libbigloobdb-$(RELEASE)
15 $(MAKE) install-lnlib LIB=libbigloobdb-$(RELEASE) LN=libbigloobdb_u-$(RELEASE)
This page took 0.412789 seconds and 4 git commands to generate.