From 1a11f414381eafcaa25c502c949eff88042f4033 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 18 Oct 2005 14:38:39 +0000 Subject: [PATCH] Clifford Wolf: Solved share/doc/HTML/.. shared files conflicts [2005101812414831095] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6508 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/00-dirtree/parse-config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/base/00-dirtree/parse-config b/package/base/00-dirtree/parse-config index 3f35b2554..ad42e39ae 100644 --- a/package/base/00-dirtree/parse-config +++ b/package/base/00-dirtree/parse-config @@ -20,7 +20,6 @@ # # --- ROCK-COPYRIGHT-NOTE-END --- - # never add the .../share/locale/*/ directories to the package file list # every package creates them if they are not present and its absolutely # random which package is built first and so gets the directory.. @@ -29,3 +28,6 @@ var_append flistdel "|" '.*/share/locale/[a-z][a-z](_[^/]*|)(/[A-Z_]*|)' # the same thing for localized manual pages var_append flistdel "|" '.*/share/man/[a-z][a-z](_[^/]*|)(/man.|)' +# and (localized) HTML documentation directories +var_append flistdel "|" '.*/share/doc/HTML(/[a-z][a-z](_[^/]*|)|)' +