default_pre_build                                       &&
sedit  "s:<path_to_resume_device_file>:$SUSPEND_SWAP:"  \
       $SOURCE_DIRECTORY/conf/suspend.conf              &&
sedit  "s:<path_to_resume_device_file>:$SUSPEND_SWAP:"  \
       $SOURCE_DIRECTORY/Makefile                       &&
sedit  "s:/usr/local/sbin:$INSTALL_ROOT/usr/sbin:"      \
       $SOURCE_DIRECTORY/Makefile                       &&

if  [  "$SUSPEND_COMPRESS"  ==  "y"  ];  then
  sedit  "s:#CONFIG_COMPRESS=yes:CONFIG_COMPRESS=yes:"  \
         $SOURCE_DIRECTORY/Makefile
fi  &&

if  [  "$SUSPEND_ENCRYPT"  ==  "y"  ];  then
  sedit  "s:#CONFIG_ENCRYPT=yes:CONFIG_ENCRYPT=yes:"  \
         $SOURCE_DIRECTORY/Makefile
fi
