Skip to content

Commit

Permalink
fix last change
Browse files Browse the repository at this point in the history
  • Loading branch information
bugfinder committed Aug 30, 2011
1 parent 6504405 commit 13224e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 20-files-present-and-referenced
Expand Up @@ -120,7 +120,7 @@ for i in $DIR_TO_CHECK/*.spec ; do
sed -e "s@^$nodup:@X$nodup:@" -e "0,/^X$nodup:/{s@^X$nodup:@$nodup:@}" -e "s@^X$nodup:.*@@" $TMPDIR/tmp.spec > $TMPDIR/tmp.spec.2 && mv $TMPDIR/tmp.spec.2 $TMPDIR/tmp.spec
done

$RPMBUILD -bp $TMPDIR/tmp.spec 2>&1 >/dev/null || {
$RPMBUILD -bp $TMPDIR/tmp.spec >> $TMPDIR/sources 2>&1 || {
$RPMBUILD -bp $TMPDIR/tmp.spec
cleanup_and_exit 1
}
Expand Down

0 comments on commit 13224e8

Please sign in to comment.