[vlc-devel] commit: contrib: uncompress gecko-sdk to the right place (Pierre Ynard )
git version control
git at videolan.org
Tue Jan 5 23:00:06 CET 2010
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Tue Jan 5 22:59:21 2010 +0100| [0f5eea32151742591f03a6fb0c15219b4e675a53] | committer: Pierre Ynard
contrib: uncompress gecko-sdk to the right place
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0f5eea32151742591f03a6fb0c15219b4e675a53
---
extras/contrib/src/Makefile | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 3130401..ee13f43 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1937,8 +1937,8 @@ gecko-sdk: gecko-sdk-ppc-macosx10.2-1.7.5.tar.gz
$(EXTRACT_GZ)
.gecko: gecko-sdk
- rm -rf ../gecko-sdk
- mv gecko-sdk ..
+ rm -rf $(PREFIX)/gecko-sdk
+ mv gecko-sdk $(PREFIX)
mkdir gecko-sdk #creating an empty dir is faster than copying the whole dir
(cd $<)
touch $@
@@ -1962,11 +1962,11 @@ glib-19990228.zip:
.gecko-win32: gecko-sdk-i586-pc-msvc-1.8b1.zip libIDL-0.6.3-win32-bin.zip glib-19990228.zip
unzip gecko-sdk-i586-pc-msvc-1.8b1.zip
- rm -rf ../gecko-sdk
- mv gecko-sdk ..
- unzip -j libIDL-0.6.3-win32-bin.zip libIDL-0.6.3-win32-bin/libIDL-0.6.dll -d ../gecko-sdk/bin
- unzip glib-19990228.zip glib-1.2.dll -d ../gecko-sdk/bin
- chmod a+x ../gecko-sdk/bin/*
+ rm -rf $(PREFIX)/gecko-sdk
+ mv gecko-sdk $(PREFIX)
+ unzip -j libIDL-0.6.3-win32-bin.zip libIDL-0.6.3-win32-bin/libIDL-0.6.dll -d $(PREFIX)/gecko-sdk/bin
+ unzip glib-19990228.zip glib-1.2.dll -d $(PREFIX)/gecko-sdk/bin
+ chmod a+x $(PREFIX)/gecko-sdk/bin/*
touch $@
CLEAN_FILE += .gecko-win32
More information about the vlc-devel
mailing list