[paludis-commits] paludis.git (master) -- 7b693ec by Santiago M. Mola

git at git.pioto.org git at git.pioto.org
Mon Sep 22 16:45:38 EDT 2008


Module:    paludis.git
Branch:    master
Commit:    7b693ec5174f1e1f81a91bc6e841c17351c1c077
URL:       http://git.pioto.org/?p=paludis.git;a=commit;h=7b693ec5174f1e1f81a91bc6e841c17351c1c077

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 a2f2dad..920d9e8 100755
--- a/paludis/repositories/e/ebuild/utils/dohtml
+++ b/paludis/repositories/e/ebuild/utils/dohtml
@@ -28,7 +28,7 @@ if [[ ! -d ${!PALUDIS_IMAGE_DIR_VAR} ]]; 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