# HG changeset patch
# User Mychaela Falconia <falcon@freecalypso.org>
# Date 1477461594 0
# Node ID a4afdada80fce351ab554667e71d584cc9e6fe3b
# Parent  4368f76e3d56b33ad717ef6dad843bfef64187b4
ffstools: move to /opt/freecalypso/bin

diff -r 4368f76e3d56 -r a4afdada80fc ffstools/tiffs-rd/Makefile
--- a/ffstools/tiffs-rd/Makefile	Wed Oct 26 05:57:14 2016 +0000
+++ b/ffstools/tiffs-rd/Makefile	Wed Oct 26 05:59:54 2016 +0000
@@ -3,7 +3,7 @@
 PROG=	tiffs
 OBJS=	basics.o cat.o globals.o inode.o ls.o main.o object.o tree.o xtr.o
 HDRS=	globals.h pathname.h struct.h types.h
-INSTBIN=/usr/local/bin
+INSTBIN=/opt/freecalypso/bin
 
 all:	${PROG}
 
diff -r 4368f76e3d56 -r a4afdada80fc ffstools/tiffs-wrappers/Makefile
--- a/ffstools/tiffs-wrappers/Makefile	Wed Oct 26 05:57:14 2016 +0000
+++ b/ffstools/tiffs-wrappers/Makefile	Wed Oct 26 05:59:54 2016 +0000
@@ -1,7 +1,7 @@
 CC=	gcc
 CFLAGS=	-O2
 PROGS=	mokoffs pirffs
-INSTBIN=/usr/local/bin
+INSTBIN=/opt/freecalypso/bin
 
 MOKOFFS_OBJS=	installpath.o mokoffs.o
 PIRFFS_OBJS=	installpath.o pirffs.o
diff -r 4368f76e3d56 -r a4afdada80fc ffstools/tiffs-wrappers/installpath.c
--- a/ffstools/tiffs-wrappers/installpath.c	Wed Oct 26 05:57:14 2016 +0000
+++ b/ffstools/tiffs-wrappers/installpath.c	Wed Oct 26 05:59:54 2016 +0000
@@ -4,4 +4,4 @@
  * where that binary is installed.
  */
 
-char tiffs_prog_pathname[] = "/usr/local/bin/tiffs";
+char tiffs_prog_pathname[] = "/opt/freecalypso/bin/tiffs";