little unknown text mess-up in spec

This commit is contained in:
freesource
2003-02-14 18:53:44 +00:00
parent 289366a6eb
commit ff2fc64636
2 changed files with 13 additions and 8 deletions
+1
View File
@@ -369,6 +369,7 @@ if ( $ARGV[0] eq "both" || $ARGV[0] eq "rpm" ) {
system "rm -rf debian/";
foreach my $package ( @rpm_packages ) {
open (RPM_PLACE, "$rpm_packaging_place/$package" ) or
die "Couldn't open up $rpm_packaging_place/$package: $!\n";
my @specs = <RPM_PLACE>;