diff options
Diffstat (limited to 'RPM4')
-rw-r--r-- | RPM4/src/Makefile.PL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/RPM4/src/Makefile.PL b/RPM4/src/Makefile.PL index 5b28941..b0e4315 100644 --- a/RPM4/src/Makefile.PL +++ b/RPM4/src/Makefile.PL @@ -74,9 +74,9 @@ RPMCONSTTBL # if you're building from svn, you need rpmconstant directory my $second = "copyrpmconstant: " . join(" ", @rpmconstantfiles) . "\n\n"; if (-d '../../rpmconstant') { - foreach (@rpmconstantfiles) { - $second .= "$_: ../../rpmconstant/$_\n\tcp -a \$< \$@\n\n"; - } + foreach (@rpmconstantfiles) { + $second .= "$_: ../../rpmconstant/$_\n\tcp -a \$< \$@\n\n"; + } } $first . $second; |