]> git.pld-linux.org Git - packages/bigloo.git/commitdiff
3ebdfddaff3cfb4ca7ad5ee7e48b2002 GnomeSensors-0.2.0.tar.gz
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 21 Oct 2002 18:01:55 +0000 (18:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
ab92ac3d3cbc5f11f089ba322ff6af10  bigloo-DESTDIR.patch
e63a164cf32a3ca10c85e94fc3b34d69  bigloo-install.patch
3ecfefec17301089667c55afc39e5205  bigloo2.5b.tar.gz
b88719589d5c246bedf82390ecbbbdce  gnome-sensors-configure.patch
01141990173a7732fe0b7f107bd9d753  gnome-sensors-via.patch
f38c2ad6e74250a5ca92be1161839e3d  plt-install.patch
cdc393660094aca6d65b4899673b6fe0  plt.src.x.tar.gz
9b48da1465ee78b614f0d26f4a8c7aaf  tightvnc-1.2.6_unixsrc.tar.bz2
bed24699f07c668cc82bdc0cc2e772c9  vnc-3.3.4-documentation.tar.gz
f32c79c8dbd0dbfe4fb0fe04da31ac4f  vnc-3.3.4-unixsrc.tar.gz

Changed files:
    bigloo-DESTDIR.patch -> 1.1
    bigloo-install.patch -> 1.1

bigloo-DESTDIR.patch [new file with mode: 0644]
bigloo-install.patch [new file with mode: 0644]

diff --git a/bigloo-DESTDIR.patch b/bigloo-DESTDIR.patch
new file mode 100644 (file)
index 0000000..97e38a1
--- /dev/null
@@ -0,0 +1,15 @@
+--- 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)
diff --git a/bigloo-install.patch b/bigloo-install.patch
new file mode 100644 (file)
index 0000000..223d491
--- /dev/null
@@ -0,0 +1,11 @@
+--- bigloo2.5b/bmacs/Makefile~ Mon Sep  2 11:41:03 2002
++++ bigloo2.5b/bmacs/Makefile  Fri Oct 11 20:30:02 2002
+@@ -152,7 +152,7 @@
+ #*---------------------------------------------------------------------*/
+ #*    install ...                                                      */
+ #*---------------------------------------------------------------------*/
+-install: install.$(EMACSBRAND)
++install:
+ install.emacs21: doinstall
+ install.xemacs: doinstall
This page took 0.055444 seconds and 4 git commands to generate.