summaryrefslogtreecommitdiffstats
path: root/easy_e17.sh
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-08-25 16:50:46 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-08-25 16:50:46 +0200
commitaead054c0654f32e02f0f06e1c020951d2693fe9 (patch)
treef537097f8cc82ae1179244d40b584211c90e7e81 /easy_e17.sh
parentd3d15b372ef47e7eb427bcc8d6dfde313cb7dc89 (diff)
downloadbin-aead054c0654f32e02f0f06e1c020951d2693fe9.zip
bin-aead054c0654f32e02f0f06e1c020951d2693fe9.tar.gz
easy_e17.sh: add to output when no build system found
Diffstat (limited to 'easy_e17.sh')
-rwxr-xr-xeasy_e17.sh2
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