diff options
Diffstat (limited to 'easy_e17.sh')
-rwxr-xr-x | easy_e17.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/easy_e17.sh b/easy_e17.sh index b23bcbc..ebe9047 100755 --- a/easy_e17.sh +++ b/easy_e17.sh @@ -1052,7 +1052,7 @@ function compile () run_command "$name" "$path" "install" "install: " "rootonly" "$make $make_extra install" if [ ! -e "$status_path/$name.noerrors" ] ; then return ; fi else - echo "no build system" + echo "no build system [$path]" set_notification "critical" "Package '$name': no build system" touch $status_path/$name.nobuild return |