Commit eea09900 authored by Konstantin Pavlov's avatar Konstantin Pavlov Committed by Jean-Baptiste Kempf

Contribs: call pkg_static.sh from a proper place.

(cherry picked from commit f340bff6580aad0f97c0f7513f8c6733fe82fc05)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 4eca2eeb
...@@ -274,7 +274,7 @@ UNPACK = $(RM) -R $@ \ ...@@ -274,7 +274,7 @@ UNPACK = $(RM) -R $@ \
$(foreach f,$(filter %.zip,$^), && unzip $(f)) $(foreach f,$(filter %.zip,$^), && unzip $(f))
UNPACK_DIR = $(basename $(basename $(notdir $<))) UNPACK_DIR = $(basename $(basename $(notdir $<)))
APPLY = (cd $(UNPACK_DIR) && patch -p1) < 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 $@ MOVE = mv $(UNPACK_DIR) $@ && touch $@
AUTOMAKE_DATA_DIRS=$(abspath $(dir $(shell which automake))/../share/automake*) AUTOMAKE_DATA_DIRS=$(abspath $(dir $(shell which automake))/../share/automake*)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment