[paludis-commits] paludis.git (0.30) -- 467dc5e by Santiago M. Mola
git at git.pioto.org
git at git.pioto.org
Mon Sep 22 16:46:27 EDT 2008
Module: paludis.git
Branch: 0.30
Commit: 467dc5ec355ec2ad696a4d7b4df0fbcfdc9eae3e
URL: http://git.pioto.org/?p=paludis.git;a=commit;h=467dc5ec355ec2ad696a4d7b4df0fbcfdc9eae3e
Author: Santiago M. Mola <coldwind at gentoo.org>
Committer: David Leverton <levertond at googlemail.com>
Date: Mon Sep 22 20:20:54 2008 +0200
----
Update allowed extensions in dohtml.
----
paludis/repositories/e/ebuild/utils/dohtml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/paludis/repositories/e/ebuild/utils/dohtml b/paludis/repositories/e/ebuild/utils/dohtml
index 5e439ce..b93b594 100755
--- a/paludis/repositories/e/ebuild/utils/dohtml
+++ b/paludis/repositories/e/ebuild/utils/dohtml
@@ -28,7 +28,7 @@ if [[ ! -d ${D} ]]; then
exit 247
fi
-allowed_exts="png gif html htm jpg css jps"
+allowed_exts="css gif htm html jpeg jpg js png"
disallowed_dirs=""
allowed_files=""
recurse=0
---
More information about the paludis-commits
mailing list