]> git.pld-linux.org Git - packages/gocr.git/commitdiff
- outdated.
authorkloczek <kloczek@pld-linux.org>
Sun, 12 May 2002 12:35:09 +0000 (12:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gocr-DESTDIR.patch -> 1.2

gocr-DESTDIR.patch [deleted file]

diff --git a/gocr-DESTDIR.patch b/gocr-DESTDIR.patch
deleted file mode 100644 (file)
index 250d901..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
---- gocr-0.3.2/src/Makefile.in.orig    Thu May 24 15:05:31 2001
-+++ gocr-0.3.2/src/Makefile.in Wed Jul  4 01:42:05 2001
-@@ -61,9 +61,10 @@
- # PHONY = don't look at file clean, -rm = start rm and ignore errors
- .PHONY : clean proper install
- install: all
--      $(INSTALL) ../bin/$(PROGRAM) $(bindir)
--      $(INSTALL) $(LIBPGMASCLIB) $(libdir)
--      $(INSTALL) $(INCLUDEFILES) $(includedir)
-+      $(INSTALL) -d $(DESTDIR)$(bindir) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
-+      $(INSTALL) ../bin/$(PROGRAM) $(DESTDIR)$(bindir)
-+      $(INSTALL) $(LIBPGMASCLIB) $(DESTDIR)$(libdir)
-+      $(INSTALL) $(INCLUDEFILES) $(DESTDIR)$(includedir)
- clean:
-       -rm -f *.o *~
---- gocr-0.3.2/man/Makefile.in.orig    Thu May 24 15:05:31 2001
-+++ gocr-0.3.2/man/Makefile.in Wed Jul  4 01:42:59 2001
-@@ -15,7 +15,8 @@
- # PHONY = don't look at file clean, -rm = start rm and ignore errors
- .PHONY : clean proper install
- install: all
--      $(INSTALL) ../man/man1/$(PROGRAM).1 $(mandir)/man1
-+      $(INSTALL) -d $(DESTDIR)$(mandir)/man1
-+      $(INSTALL) ../man/man1/$(PROGRAM).1 $(DESTDIR)$(mandir)/man1
- clean:
-       -rm -f *.o *~
This page took 0.068719 seconds and 4 git commands to generate.