summaryrefslogtreecommitdiff
path: root/shunit2/build.sh
blob: 15a32f849e0e5a1969c0beee1c1e49a2a48d9254 (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