]> git.pld-linux.org Git - packages/fastjar.git/commitdiff
e17723206263a314b937055c6c91607a fastjar-0.90.tgz
authorwrobell <wrobell@pld-linux.org>
Tue, 29 Aug 2000 08:04:23 +0000 (08:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
dd4836c34680b2bf979e4afe736ad33e  fastjar-DESTDIR_and_install.patch

Changed files:
    fastjar-DESTDIR_and_install.patch -> 1.1

fastjar-DESTDIR_and_install.patch [new file with mode: 0644]

diff --git a/fastjar-DESTDIR_and_install.patch b/fastjar-DESTDIR_and_install.patch
new file mode 100644 (file)
index 0000000..e7f4476
--- /dev/null
@@ -0,0 +1,25 @@
+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.072038 seconds and 4 git commands to generate.