diff options
Diffstat (limited to 'shunit2/build.sh')
-rw-r--r-- | shunit2/build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shunit2/build.sh b/shunit2/build.sh new file mode 100644 index 0000000..15a32f8 --- /dev/null +++ b/shunit2/build.sh @@ -0,0 +1,6 @@ + +mkdir -p $PREFIX/bin \ +$PREFIX/share/doc/shunit2 +chmod +x src/shell/shunit2 +cp -a src/shell/shunit2 $PREFIX/bin +cp doc/* $PREFIX/share/doc/shunit2
\ No newline at end of file |