Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 89714
Collapse All | Expand All

(-)xfs.saved (-1 / +1 lines)
Lines 34-40 Link Here
34
	fi
34
	fi
35
35
36
	# Create a list of all non known config files in the font dir
36
	# Create a list of all non known config files in the font dir
37
	fontlist="$(find $1/ -type f -maxdepth 1 | \
37
	fontlist="$(find $1/ -maxdepth 1 -type f | \
38
	            gawk '$0 !~ /fonts\..*$|^.*\.dir$|XftCache/ {print}')"
38
	            gawk '$0 !~ /fonts\..*$|^.*\.dir$|XftCache/ {print}')"
39
	
39
	
40
	if [ ! -f $1/fonts.list ]
40
	if [ ! -f $1/fonts.list ]

Return to bug 89714