default_pre_build
cd $SOURCE_DIRECTORY &&
sedit  "s:PILOT_LINK_DIR = \$(TREETOP)/pilot-link-0.11.7:PILOT_LINK_DIR = /usr/lib:g"  Makefile
sedit  's:${PILOT_LINK_DIR}/libpisock/.libs/libpisock.a $(LINKLIBS):${PILOT_LINK_DIR}/libpisock.a $(LINKLIBS):g' Makefile
# this is a basic install for the Makefile
(
	echo 'install: $(TARGET)'
	echo '	cp -a malsync /usr/bin'
) >> Makefile
