summaryrefslogtreecommitdiff
path: root/shunit2/build.sh
blob: 90af6ce5c7caaa4dd1bb12c6aa28d6fd8f41e02c (plain) (blame)
1
2
3
4
5
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