Advertisement
jorge_barroso

4th Makefile.patch

Aug 19th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.64 KB | None | 0 0
  1. --- /home/jorge/Descargas/4th-3.62.0/sources/Makefile   2012-12-22 13:26:35.000000000 +0100
  2. +++ /home/jorge/Descargas/4th-3.62.0/sources/Makefile2  2013-02-25 15:44:21.622302210 +0100
  3. @@ -18,7 +18,7 @@
  4.  
  5.  LIBRARIES=/usr/lib
  6.  INCLUDES=/usr/include
  7. -BINARIES=/usr/local/bin
  8. +BINARIES=/usr/bin
  9.  MANDIR=/usr/share/man
  10.  DOCDIR=/usr/share/doc
  11.  SOURCES=../4th
  12. @@ -128,7 +128,7 @@
  13.  
  14.  install: mostlyinstall
  15.     install -Dm644 ../documentation/4th.1 $(MANDIR)/man1/4th.1
  16. -   install -Dm644 ../documentation/4tHmanual.txt $(DOCDIR)/4th/
  17. +   install -Dm644 ../documentation/4tHmanual.ps $(DOCDIR)/4th/
  18.  
  19.  uninstall:
  20.     -rm -f $(LIBRARIES)/lib4th.{a,so*}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement