diff options
Diffstat (limited to 'shunit2/build.sh')
-rw-r--r-- | shunit2/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shunit2/build.sh b/shunit2/build.sh index 15a32f8..90af6ce 100644 --- a/shunit2/build.sh +++ b/shunit2/build.sh @@ -3,4 +3,4 @@ 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 +cp doc/* $PREFIX/share/doc/shunit2 |