mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
398 B

# 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..
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.|)'