diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-01-22 09:26:36 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-01-22 09:26:36 +0000 |
commit | 49db717cb6b010bfa1749eaf9cf1cdcffb2c6588 (patch) | |
tree | 7f59d0be8deb65e87086e6cf233cc627033d4ff8 | |
parent | 3106530ae688a1e1c17f4b50561e9a80997fef30 (diff) | |
download | iurt-49db717cb6b010bfa1749eaf9cf1cdcffb2c6588.tar iurt-49db717cb6b010bfa1749eaf9cf1cdcffb2c6588.tar.gz iurt-49db717cb6b010bfa1749eaf9cf1cdcffb2c6588.tar.bz2 iurt-49db717cb6b010bfa1749eaf9cf1cdcffb2c6588.tar.xz iurt-49db717cb6b010bfa1749eaf9cf1cdcffb2c6588.zip |
revert _excludedocs, it breaks some doc build (#37067)
-rw-r--r-- | lib/Iurt/Chroot.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm index adffebe..e0cc74b 100644 --- a/lib/Iurt/Chroot.pm +++ b/lib/Iurt/Chroot.pm @@ -160,7 +160,6 @@ sub dump_rpmmacros { \%_tmppath \%(echo \$HOME)/rpm/tmp/ \%distribution $config->{distribution} \%vendor $config->{vendor} -\%_excludedocs yes \%packager $packager); # need to be root for permission } |