fix uninstall scripts

This commit is contained in:
Yann MAGNIN 2021-12-09 10:30:44 +01:00
parent f12ba2de85
commit 91f8f3939e
3 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ PREFIX="$prefix"
# Check that the configuration step has been effectuated
if [[ ! -d ../../build/binutils/build ]]; then
if [[ ! -d ../../build/binutils/bin ]]; then
echo "error: Are you sure to have configured binutils ? it seems that" >&2
echo " the build directory is missing..." >&2
exit 1

View File

@ -49,7 +49,7 @@ PREFIX="$prefix"
# Check that the configuration step has been effectuated
if [[ ! -d ../../build/gcc/build ]]; then
if [[ ! -d ../../build/gcc/bin ]]; then
echo "error: Are you sure to have configured GCC ? it seems that" >&2
echo " the build directory is missing..." >&2
exit 1

View File

@ -1,6 +1,6 @@
[package]
name = 'sh-elf-vhex'
version = '1.0.0'
version = '1.0.1'
type = 'custom'
[[build]]