dist/install.sh

changeset 0
38775db5fdf5
child 18
0df7309d498e
equal deleted inserted replaced
-1:000000000000 0:38775db5fdf5
1 #!/bin/sh
2
3 echo "mkdir -p /usr/lib/uwproj"
4 mkdir -p /usr/lib/uwproj
5
6 echo "cp ../target/uwproj-0.1-jar-with-dependencies.jar /usr/lib/uwproj/uwproj-0.1.jar"
7 cp ../target/uwproj-0.1-jar-with-dependencies.jar /usr/lib/uwproj/uwproj-0.1.jar
8
9 echo "cp bin/uwproj /usr/bin"
10 cp bin/uwproj /usr/bin
11

mercurial