Skip to content

Commit

Permalink
cleanup examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Jun 30, 2022
1 parent f088c21 commit 1252e3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions default/scripts/sby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ cd sby
make PREFIX=${INSTALL_PREFIX} DESTDIR=${OUTPUT_DIR} -j${NPROC} install
mkdir -p ${OUTPUT_DIR}${INSTALL_PREFIX}/examples
cp -r docs/examples/* ${OUTPUT_DIR}${INSTALL_PREFIX}/examples/.
find ${OUTPUT_DIR}${INSTALL_PREFIX}/examples/ -name "Makefile" -type f -delete
find ${OUTPUT_DIR}${INSTALL_PREFIX}/examples/ -name ".gitignore" -type f -delete

0 comments on commit 1252e3f

Please sign in to comment.