View | Details | Raw Unified | Return to bug 29427
Collapse All | Expand All

(-)a/scripts/fixup-pkgconfig.in (-1 / +1 lines)
Lines 33-39 fix() Link Here
33
33
34
	local includedir=
34
	local includedir=
35
	local libdir=
35
	local libdir=
36
	sed -ne "s/^\(\([a-z_]*\)\(prefix\|dir\|path\)\)=\(.*\)\$/local \1=\4/pg" "$f" >"$TMPFILE" || return 1
36
	sed -ne "s/^\(\([a-z_]*\)\(prefix\|dir\|path\)\)=[[:space:]]*\(.*\)\$/local \1=\4/pg" "$f" >"$TMPFILE" || return 1
37
37
38
	# source parameters
38
	# source parameters
39
39

Return to bug 29427