diff --git a/build/makepack-dolibarrlang.pl b/build/makepack-dolibarrlang.pl index 312a28e9bca4da5f01b748428274eaac5d0f9fca..6066a678d7c0efd6921a46573a3c2ccbc0d07d31 100755 --- a/build/makepack-dolibarrlang.pl +++ b/build/makepack-dolibarrlang.pl @@ -45,9 +45,9 @@ elsif ( "$^O" =~ /cygwin/i || "$^O" =~ /win32/i ) { $CR = "\r"; } if ( !$OS ) { - print "makepack-dolbarrlang.pl was not able to detect your OS.\n"; + print "$PROG.$Extension was not able to detect your OS.\n"; print "Can't continue.\n"; - print "makepack-dolibarrlang.pl aborted.\n"; + print "$PROG.$Extension aborted.\n"; sleep 2; exit 1; } diff --git a/build/makepack-dolibarrmodule.pl b/build/makepack-dolibarrmodule.pl index 0babf13e0b174d7677d3f584d7805e0c89c7d287..8aef99df82df460136f7cc49707731875a4cf3c2 100755 --- a/build/makepack-dolibarrmodule.pl +++ b/build/makepack-dolibarrmodule.pl @@ -37,9 +37,9 @@ if ("$^O" =~ /linux/i || (-d "/etc" && -d "/var" && "$^O" !~ /cygwin/i)) { $OS=' elsif (-d "/etc" && -d "/Users") { $OS='macosx'; $CR=''; } elsif ("$^O" =~ /cygwin/i || "$^O" =~ /win32/i) { $OS='windows'; $CR="\r"; } if (! $OS) { - print "makepack-dolbarrmodule.pl was not able to detect your OS.\n"; + print "$PROG.$Extension was not able to detect your OS.\n"; print "Can't continue.\n"; - print "makepack-dolibarrmodule.pl aborted.\n"; + print "$PROG.$Extension aborted.\n"; sleep 2; exit 1; } diff --git a/build/makepack-dolibarrtheme.pl b/build/makepack-dolibarrtheme.pl index 435734870e610ebceb7c92d0a3e6864abffb6acf..954111a09cbcd8aadb95d44e6e125060c84a93fc 100755 --- a/build/makepack-dolibarrtheme.pl +++ b/build/makepack-dolibarrtheme.pl @@ -41,9 +41,9 @@ if ("$^O" =~ /linux/i || (-d "/etc" && -d "/var" && "$^O" !~ /cygwin/i)) { $OS=' elsif (-d "/etc" && -d "/Users") { $OS='macosx'; $CR=''; } elsif ("$^O" =~ /cygwin/i || "$^O" =~ /win32/i) { $OS='windows'; $CR="\r"; } if (! $OS) { - print "makepack-dolbarrtheme.pl was not able to detect your OS.\n"; + print "$PROG.$Extension was not able to detect your OS.\n"; print "Can't continue.\n"; - print "makepack-dolibarrtheme.pl aborted.\n"; + print "$PROG.$Extension aborted.\n"; sleep 2; exit 1; }