1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-25 01:43:24 -05:00

Changed MAIL to EMAIL proper.

This commit is contained in:
freesource 2001-12-12 19:42:21 +00:00
parent 5192a53e8c
commit 316d0bffae
2 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@ chdir($packaging_place);
# Using dch for the changelog .. very convenient and debian proper.
if (!$stop) {
$ENV{MAIL} = $email;
$ENV{EMAIL} = $email;
$ENV{DEBFULLNAME} = $name;
system "chown $real_uid:$real_gid $packaging_place/debian/changelog";

View File

@ -205,7 +205,7 @@ chdir($packaging_place);
# Using dch for the changelog .. very convenient and debian proper.
if (!$stop) {
$ENV{MAIL} = $email;
$ENV{EMAIL} = $email;
$ENV{DEBFULLNAME} = $name;
system "chown $real_uid:$real_gid $packaging_place/debian/changelog";