summaryrefslogtreecommitdiffstats
path: root/solenv/bin/make_installer.pl
diff options
context:
space:
mode:
authorSamuel Cantrell <samuelcantrell@gmail.com>2011-06-10 17:29:32 -0700
committerMichael Meeks <michael.meeks@novell.com>2011-06-13 11:12:45 +0100
commit294182d7f8526d758b205f51830e4f14643f4b16 (patch)
tree27d197274e81d2148cc73cff32a9017e364748ff /solenv/bin/make_installer.pl
parentHandle also OUTDIR_FOR_BUILD here (diff)
downloadcore-294182d7f8526d758b205f51830e4f14643f4b16.tar.gz
core-294182d7f8526d758b205f51830e4f14643f4b16.zip
Removes mail function from make_installer.pl
Removed mail module from installer subdirectory. I also removed code that referenced the functions within this module (such as one that sent a message if the process failed, one that sent a message if the process succeeded, etc.)
Diffstat (limited to 'solenv/bin/make_installer.pl')
-rw-r--r--solenv/bin/make_installer.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/bin/make_installer.pl b/solenv/bin/make_installer.pl
index e46ffdf28662..561dcef6d16c 100644
--- a/solenv/bin/make_installer.pl
+++ b/solenv/bin/make_installer.pl
@@ -48,7 +48,6 @@ use installer::helppack;
use installer::languagepack;
use installer::languages;
use installer::logger;
-use installer::mail;
use installer::packagelist;
use installer::packagepool;
use installer::parameter;