[vlc-commits] Contribs: call pkg_static.sh from a proper place.

Konstantin Pavlov git at videolan.org
Sat Apr 21 19:43:54 CEST 2012


vlc/vlc-2.0 | branch: master | Konstantin Pavlov <thresh at videolan.org> | Tue Apr 17 15:20:24 2012 +0400| [eea0990085a80a7eb96276663b00d7978d9695a6] | committer: Jean-Baptiste Kempf

Contribs: call pkg_static.sh from a proper place.
(cherry picked from commit f340bff6580aad0f97c0f7513f8c6733fe82fc05)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=eea0990085a80a7eb96276663b00d7978d9695a6
---

 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 96d3481..c3fec63 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -274,7 +274,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