Skip to content

Commit

Permalink
[distutils] add a newline at the end of MANIFEST
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@43382 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
fperrad committed Jan 5, 2010
1 parent 00919fd commit 3ccf2ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runtime/parrot/library/distutils.pir
Original file line number Diff line number Diff line change
Expand Up @@ -2622,6 +2622,7 @@ installable_pbc, dynops, dynpmc, html_pod

$P0.'sort'()
$S0 = join "\n", $P0
$S0 .= "\n"
.return ($S0)
.end

Expand Down Expand Up @@ -2725,6 +2726,7 @@ On Windows calls sdist_zip, otherwise sdist_gztar

$S0 = slurp('MANIFEST')
$P0 = split "\n", $S0
$S0 = pop $P0
$S0 = get_tarname('.tar.gz', kv :flat :named)
$I0 = newer($S0, $P0)
if $I0 goto L1
Expand Down Expand Up @@ -2792,6 +2794,7 @@ On Windows calls sdist_zip, otherwise sdist_gztar

$S0 = slurp('MANIFEST')
$P0 = split "\n", $S0
$S0 = pop $P0
$S0 = get_tarname('.tar.bz2', kv :flat :named)
$I0 = newer($S0, $P0)
if $I0 goto L1
Expand Down Expand Up @@ -2830,6 +2833,7 @@ On Windows calls sdist_zip, otherwise sdist_gztar

$S0 = slurp('MANIFEST')
$P0 = split "\n", $S0
$S0 = pop $P0
$S0 = get_tarname('.zip', kv :flat :named)
$I0 = newer($S0, $P0)
if $I0 goto L1
Expand Down

0 comments on commit 3ccf2ac

Please sign in to comment.