aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-01-12 15:55:44 +0000
committerOlivier Blin <oblin@mandriva.com>2008-01-12 15:55:44 +0000
commit4abe5330f3abe66b540bdaa07867a362bf730c15 (patch)
treec9399c7c981aeef139ba8b0c54db61b8a746c61b
parentc862549cee9820a811b349d4a87aca2b12a502c5 (diff)
downloadiurt-4abe5330f3abe66b540bdaa07867a362bf730c15.tar
iurt-4abe5330f3abe66b540bdaa07867a362bf730c15.tar.gz
iurt-4abe5330f3abe66b540bdaa07867a362bf730c15.tar.bz2
iurt-4abe5330f3abe66b540bdaa07867a362bf730c15.tar.xz
iurt-4abe5330f3abe66b540bdaa07867a362bf730c15.zip
fix indentation
-rw-r--r--lib/Iurt/Chroot.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm
index 5848ffa..adffebe 100644
--- a/lib/Iurt/Chroot.pm
+++ b/lib/Iurt/Chroot.pm
@@ -160,7 +160,7 @@ sub dump_rpmmacros {
\%_tmppath \%(echo \$HOME)/rpm/tmp/
\%distribution $config->{distribution}
\%vendor $config->{vendor}
-\%_excludedocs yes
+\%_excludedocs yes
\%packager $packager);
# need to be root for permission
}