aboutsummaryrefslogtreecommitdiff
path: root/Makefile.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.pl')
-rwxr-xr-xMakefile.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.pl b/Makefile.pl
index e07ad6c..a1db96d 100755
--- a/Makefile.pl
+++ b/Makefile.pl
@@ -181,7 +181,8 @@ sub scenario()
{
if(-e $EXE_PATH."/".$TOOL_SNAME or -e $MODULES_PATH)
{ # check installed
- if(not $Remove) {
+ if(not $Remove)
+ {
print STDERR "ERROR: you should remove old version first (`sudo perl $0 -remove --prefix=$PREFIX`)\n";
exit(1);
}