diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-06-22 06:45:38 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-06-22 06:45:38 +0000 |
commit | 513e7a5377b6772e944334f2b6aec9521812f889 (patch) | |
tree | 1a69670ddcbe73a09ab035cb860bde15e9230016 /lib | |
parent | 9cdad319e71f5332bbf16044f2a5f08e478fccb1 (diff) | |
download | mga-youri-submit-513e7a5377b6772e944334f2b6aec9521812f889.tar mga-youri-submit-513e7a5377b6772e944334f2b6aec9521812f889.tar.gz mga-youri-submit-513e7a5377b6772e944334f2b6aec9521812f889.tar.bz2 mga-youri-submit-513e7a5377b6772e944334f2b6aec9521812f889.tar.xz mga-youri-submit-513e7a5377b6772e944334f2b6aec9521812f889.zip |
call genhdlist2 with (new) option --allow-empty-media
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Youri/Submit/Post/Genhdlist2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Youri/Submit/Post/Genhdlist2.pm b/lib/Youri/Submit/Post/Genhdlist2.pm index 9373441..c078f31 100644 --- a/lib/Youri/Submit/Post/Genhdlist2.pm +++ b/lib/Youri/Submit/Post/Genhdlist2.pm @@ -53,7 +53,7 @@ sub run { foreach my $dir (@changed) { my $file_deps = "$dir/../../media_info/file-deps"; my $file_deps_option = -e $file_deps ? "--file-deps $file_deps" : ''; - my $cmd = "time $self->{_command} -v $file_deps_option $dir"; + my $cmd = "time $self->{_command} -v --allow-empty-media $file_deps_option $dir"; print "$cmd\n"; system($cmd); } |