From 8d7889e4a01a30a97c85464dfaf6b15a3ad13ee9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Sun, 27 Mar 2011 16:53:53 +0000 Subject: [PATCH] Prepare 3.0 --- build/makepack-dolibarrmodule.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/makepack-dolibarrmodule.pl b/build/makepack-dolibarrmodule.pl index 0f66e4f1032..44add35361d 100644 --- a/build/makepack-dolibarrmodule.pl +++ b/build/makepack-dolibarrmodule.pl @@ -93,7 +93,7 @@ if ($MINOR eq '') } # Ask module -print "Enter name for your module (mymodule, mywonderfulmondule, ...) : "; +print "Enter name for your module (mymodule, mywonderfulmondule, ... or 'all') : "; $PROJECTINPUT=<STDIN>; chomp($PROJECTINPUT); print "Move to ".$DIR." directory.\n"; -- GitLab