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:
parent
5192a53e8c
commit
316d0bffae
@ -204,7 +204,7 @@ chdir($packaging_place);
|
|||||||
# Using dch for the changelog .. very convenient and debian proper.
|
# Using dch for the changelog .. very convenient and debian proper.
|
||||||
if (!$stop) {
|
if (!$stop) {
|
||||||
|
|
||||||
$ENV{MAIL} = $email;
|
$ENV{EMAIL} = $email;
|
||||||
$ENV{DEBFULLNAME} = $name;
|
$ENV{DEBFULLNAME} = $name;
|
||||||
|
|
||||||
system "chown $real_uid:$real_gid $packaging_place/debian/changelog";
|
system "chown $real_uid:$real_gid $packaging_place/debian/changelog";
|
||||||
|
@ -205,7 +205,7 @@ chdir($packaging_place);
|
|||||||
# Using dch for the changelog .. very convenient and debian proper.
|
# Using dch for the changelog .. very convenient and debian proper.
|
||||||
if (!$stop) {
|
if (!$stop) {
|
||||||
|
|
||||||
$ENV{MAIL} = $email;
|
$ENV{EMAIL} = $email;
|
||||||
$ENV{DEBFULLNAME} = $name;
|
$ENV{DEBFULLNAME} = $name;
|
||||||
|
|
||||||
system "chown $real_uid:$real_gid $packaging_place/debian/changelog";
|
system "chown $real_uid:$real_gid $packaging_place/debian/changelog";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user