]> git.pld-linux.org Git - packages/fastjar.git/commitdiff
- outdated.
authorkloczek <kloczek@pld-linux.org>
Fri, 16 Feb 2001 08:13:09 +0000 (08:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fastjar-DESTDIR_and_install.patch -> 1.2

fastjar-DESTDIR_and_install.patch [deleted file]

diff --git a/fastjar-DESTDIR_and_install.patch b/fastjar-DESTDIR_and_install.patch
deleted file mode 100644 (file)
index e7f4476..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -Nur fastjar-0.90.orig/Makefile.in fastjar-0.90/Makefile.in
---- fastjar-0.90.orig/Makefile.in      Tue Aug 29 01:36:38 2000
-+++ fastjar-0.90/Makefile.in   Tue Aug 29 01:54:01 2000
-@@ -1,9 +1,10 @@
- CFLAGS = @CFLAGS@ @CPPFLAGS@ @DEFS@
- CC = @CC@
- INSTALL = @INSTALL@
--prefix = @prefix@
--exec_prefix = @exec_prefix@
--BINARY = @bindir@/fastjar
-+prefix = $(DESTDIR)@prefix@
-+exec_prefix = $(DESTDIR)@exec_prefix@
-+bindir = $(DESTDIR)@bindir@
-+BINARY = $(bindir)/fastjar
- all: fastjar
-@@ -11,6 +12,7 @@
-       $(CC) -o $@ jartool.o dostime.o compress.o pushback.o @LIBS@
- install: fastjar
-+      @INSTALL_PROGRAM@ -d $(bindir)
-       @INSTALL_PROGRAM@ -s -m 755 fastjar $(BINARY)
- uninstall:
This page took 0.073468 seconds and 4 git commands to generate.