SBNSoftware / sbnana

3 stars 14 forks source link

Copy cafe to build directory so we don't have to run mrbslp #110

Open jedori0228 opened 2 months ago

jedori0228 commented 2 months ago

cafe script is not seen from the build directory, but only copied to localProducts during the install step. mrbsetenv appends the build directory to ${PATH}, so users have to run mrbslp to use localProducts instead. (and then had to run mrbsetenv to compile the code, and then mrbslp to run cafe...) This fix copies the script to build directory and then copies it again to localProducts during install, so can run cafe without running mrbslp.