FreeCalypso > hg > freecalypso-tools
changeset 46:a4afdada80fc
ffstools: move to /opt/freecalypso/bin
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 26 Oct 2016 05:59:54 +0000 |
parents | 4368f76e3d56 |
children | bfcc5a286459 |
files | ffstools/tiffs-rd/Makefile ffstools/tiffs-wrappers/Makefile ffstools/tiffs-wrappers/installpath.c |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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}
--- 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
--- 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";