default_pre_build &&
cd $SOURCE_DIRECTORY &&

apply_patch_dir patches &&
sed -i "s:PREFIX=/usr/local:PREFIX=/usr:" Makefile &&

# due to the compatibility with stable sorcery
sed -i "s,INSTW_LOGFILE,INSTALLWATCHFILE,g" installwatch* &&
sed -i "/log.*access/ d" installwatch.c
