Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
1a11f41438
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      package/base/00-dirtree/parse-config

+ 3
- 1
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](_[^/]*|)|)'

Loading…
Cancel
Save