# HG changeset patch # User Mychaela Falconia # Date 1477461653 0 # Node ID bfcc5a2864595b5b0c855abfe3f3c08068c3effa # Parent a4afdada80fce351ab554667e71d584cc9e6fe3b miscutil/Makefile: move to /opt/freecalypso/bin diff -r a4afdada80fc -r bfcc5a286459 miscutil/Makefile --- a/miscutil/Makefile Wed Oct 26 05:59:54 2016 +0000 +++ b/miscutil/Makefile Wed Oct 26 06:00:53 2016 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 PROGS= fc-fr2tch fc-rgbconv fc-serterm fc-tch2fr imei-luhn -INSTBIN=/usr/local/bin +INSTBIN=/opt/freecalypso/bin all: ${PROGS}