summaryrefslogtreecommitdiffstats
path: root/dsys/funcINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'dsys/funcINSTALL')
-rw-r--r--dsys/funcINSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/dsys/funcINSTALL b/dsys/funcINSTALL
index 1e7f3d1..54b1ca2 100644
--- a/dsys/funcINSTALL
+++ b/dsys/funcINSTALL
@@ -399,6 +399,10 @@ selbinARCH() {
then
command="$command other"
fi
+ if test $n -eq 0
+ then
+ printFATAL "No binary packages built yet !"
+ fi
eval ${command}
m=$?