mesa: fix a spelling mistake in a comment

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
This commit is contained in:
Jérôme Benoit 2016-11-29 15:39:50 +01:00 committed by chewitt
parent 7d3bb1f892
commit 14ea0a7032

View File

@ -109,7 +109,7 @@ pre_configure_target() {
}
post_makeinstall_target() {
# rename and relink for cooperate with nvidia drivers
# rename and relink to cooperate with nvidia drivers
rm -rf $INSTALL/usr/lib/libGL.so
rm -rf $INSTALL/usr/lib/libGL.so.1
ln -sf libGL.so.1 $INSTALL/usr/lib/libGL.so