diff options
author | 2012-07-08 19:58:22 +0100 | |
---|---|---|
committer | 2012-07-08 20:00:33 +0100 | |
commit | 04b3fca14ef40621a0985b6882e4abe6c1581de0 (patch) | |
tree | a08b94909c417e3d14f938c837849343d5114c11 | |
parent | ea11dfbfc1003be7c3b1b5951573a65793e5ab06 (diff) | |
download | paludis-04b3fca14ef40621a0985b6882e4abe6c1581de0.tar.gz paludis-04b3fca14ef40621a0985b6882e4abe6c1581de0.tar.xz |
dohtml should install .-files
-rwxr-xr-x | paludis/repositories/e/ebuild/utils/dohtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/paludis/repositories/e/ebuild/utils/dohtml b/paludis/repositories/e/ebuild/utils/dohtml index 4576762cd..e207d2057 100755 --- a/paludis/repositories/e/ebuild/utils/dohtml +++ b/paludis/repositories/e/ebuild/utils/dohtml @@ -28,6 +28,8 @@ if [[ ! -d ${!PALUDIS_IMAGE_DIR_VAR} ]]; then exit 247 fi +shopt -s dotglob + allowed_exts="css gif htm html jpeg jpg js png" disallowed_dirs="" allowed_files="" |