From f46565fe6f3eefd6a8eb1cec7179164f2800b042 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Wed, 23 Mar 2016 17:00:53 -0400 Subject: Initial commit --- shunit2/build.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 shunit2/build.sh (limited to 'shunit2/build.sh') 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 -- cgit