Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 67121 | Differences between
and this patch

Collapse All | Expand All

(-)mkcmd-8.14.orig/lib/mkcmd/ubinst.sh (-1 / +3 lines)
Lines 102-108 Link Here
102
	fi
102
	fi
103
	# remove the stray, if it exists
103
	# remove the stray, if it exists
104
	[ -f $dest/$file ] && mv $dest/$file $into
104
	[ -f $dest/$file ] && mv $dest/$file $into
105
	cmp -s $file $into || install -c $file $into
105
	cmp_dest=$into
106
	[ -d $cmp_dest ] && cmp_dest=$cmp_dest/$file
107
	cmp -s $file $cmp_dest || install -c $file $into
106
done
108
done
107
109
108
exit 0
110
exit 0

Return to bug 67121