diff options
author | Zbigniew Baniewski <Zbigniew.Baniewski@gmail.com> | 2014-04-13 22:09:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-13 22:11:12 +0700 |
commit | 3b0bddf7a515543abc89ae438199130ee0abd715 (patch) | |
tree | 09d4860671e2879ddab5e7949295bfc09a692a8f /development/4th/01-directories.patch | |
parent | e684ccaa73b23311da0144ce7cabbac83fdcaa91 (diff) |
development/4th: Updated for version 3.62.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/4th/01-directories.patch')
-rw-r--r-- | development/4th/01-directories.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/development/4th/01-directories.patch b/development/4th/01-directories.patch index 19e2c98354812..d7c9415c5d89f 100644 --- a/development/4th/01-directories.patch +++ b/development/4th/01-directories.patch @@ -1,7 +1,7 @@ -diff -Nur 4th-3.62.0-unix/sources/Makefile 4th-3.62.0-unix.new/sources/Makefile ---- 4th-3.62.0-unix/sources/Makefile 2012-12-22 12:26:35.000000000 +0000 -+++ 4th-3.62.0-unix.new/sources/Makefile 2013-02-11 15:30:00.531948113 +0000 -@@ -16,13 +16,13 @@ +diff -Nur 4th-3.62.2-unix/sources/Makefile 4th-3.62.2-unix.new/sources/Makefile +--- 4th-3.62.2-unix/sources/Makefile 2014-01-06 19:03:16.000000000 +0100 ++++ 4th-3.62.2-unix.new/sources/Makefile 2014-04-13 16:10:03.809359781 +0200 +@@ -13,13 +13,13 @@ # The following variables may need to be changed @@ -21,12 +21,12 @@ diff -Nur 4th-3.62.0-unix/sources/Makefile 4th-3.62.0-unix.new/sources/Makefile # Cross compilation variables LD=$(CROSS)ld -@@ -128,7 +128,7 @@ +@@ -125,7 +125,7 @@ install: mostlyinstall install -Dm644 ../documentation/4th.1 $(MANDIR)/man1/4th.1 - install -Dm644 ../documentation/4tHmanual.txt $(DOCDIR)/4th/ -+ install -Dm644 ../documentation/4tHmanual.txt $(DOCDIR)/4th-3.62.0/ ++ install -Dm644 ../documentation/4tHmanual.txt $(DOCDIR)/4th-3.62.2/ uninstall: -rm -f $(LIBRARIES)/lib4th.{a,so*} |