diff options
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 19e2c98354..d7c9415c5d 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*} |