[opensuse-buildservice] [PATCH] Fix filelist check for new rpm
20 Jul
2011
20 Jul
'11
09:39
Directories in the rpm filelist have a trailing '/' now. Signed-off-by: Michal Marek <mmarek@suse.cz> --- checks-data/checkdirs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/checks-data/checkdirs b/checks-data/checkdirs index e6fd431..7611a4f 100755 --- a/checks-data/checkdirs +++ b/checks-data/checkdirs @@ -18,6 +18,7 @@ my %myfiles; while (<STDIN>) { chomp; + s/\/$//; $myfiles{$_} = 1; while (1) { last unless s/\/[^\/]*$//; -- 1.7.6 -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
4856
Age (days ago)
4856
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michal Marek