[vlc-commits] Contribs: call pkg_static.sh from a proper place.
Konstantin Pavlov
git at videolan.org
Wed Apr 18 12:59:33 CEST 2012
vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Tue Apr 17 15:20:24 2012 +0400| [f340bff6580aad0f97c0f7513f8c6733fe82fc05] | committer: Konstantin Pavlov
Contribs: call pkg_static.sh from a proper place.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f340bff6580aad0f97c0f7513f8c6733fe82fc05
---
contrib/src/main.mak | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 9625500..9ac80d2 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -307,7 +307,7 @@ UNPACK = $(RM) -R $@ \
$(foreach f,$(filter %.zip,$^), && unzip $(f))
UNPACK_DIR = $(basename $(basename $(notdir $<)))
APPLY = (cd $(UNPACK_DIR) && patch -p1) <
-pkg_static = (cd $(UNPACK_DIR) && ../../src/pkg-static.sh $(1))
+pkg_static = (cd $(UNPACK_DIR) && ../../../contrib/src/pkg-static.sh $(1))
MOVE = mv $(UNPACK_DIR) $@ && touch $@
AUTOMAKE_DATA_DIRS=$(abspath $(dir $(shell which automake))/../share/automake*)
More information about the vlc-commits
mailing list