* build/mingw/mingw-cross-compile.sh: Avoid using the --strip

option to tar because it isn't supported in the version shipped
	with MSYS.
This commit is contained in:
Neil Roberts 2008-07-13 17:55:53 +00:00
parent 5f8dc01de3
commit 9faac520e4
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2008-07-13 Neil Roberts <neil@o-hand.com>
* build/mingw/mingw-cross-compile.sh: Avoid using the --strip
option to tar because it isn't supported in the version shipped
with MSYS.
2008-07-11 Tomas Frydrych <tf@openedhand.com>
* clutter/clutter-fixed.c:

View File

@ -307,12 +307,13 @@ sed -e 's/^Cflags:.*$/Cflags: -I${includedir}\/pango-1.0 -I${includedir}\/freety
mv "$ROOT_DIR/lib/pkgconfig/pangoft2.pc"{.tmp,};
echo "Extracting Mesa headers...";
if ! tar -C "$ROOT_DIR" \
if ! tar -C "$DOWNLOAD_DIR" \
-jxf "$DOWNLOAD_DIR/MesaLib-7.0.3.tar.bz2" \
--strip 1 Mesa-7.0.3/include; then
Mesa-7.0.3/include; then
echo "Failed to extract Mesa headers";
exit 1;
fi;
cp -R "$DOWNLOAD_DIR/Mesa-7.0.3/include/"* "$ROOT_DIR/include";
##
# Build