mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-09 21:31:39 -04:00
Changed MAIL to EMAIL proper.
This commit is contained in:
@@ -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";
|
||||
|
||||
+1
-1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user