dist/install.sh

Sat, 24 Oct 2020 17:36:00 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 24 Oct 2020 17:36:00 +0200
changeset 15
971ac4f0f1df
parent 0
38775db5fdf5
child 18
0df7309d498e
permissions
-rwxr-xr-x

fix toolchain detection in case gcc is not available

#!/bin/sh

echo "mkdir -p /usr/lib/uwproj"
mkdir -p /usr/lib/uwproj

echo "cp ../target/uwproj-0.1-jar-with-dependencies.jar /usr/lib/uwproj/uwproj-0.1.jar"
cp ../target/uwproj-0.1-jar-with-dependencies.jar /usr/lib/uwproj/uwproj-0.1.jar

echo "cp bin/uwproj /usr/bin"
cp bin/uwproj /usr/bin

mercurial