pkg(common): remove tgz helper
This commit is contained in:
parent
f786a7def0
commit
fb8ce57b60
|
@ -60,9 +60,6 @@ ${INFO_FILE}:
|
||||||
|
|
||||||
|
|
||||||
# Helpers
|
# Helpers
|
||||||
|
|
||||||
%/: %.tgz
|
|
||||||
cd ${BUILD_DIR} && tar xzf $(patsubst ${BUILD_DIR}%,%,$<)
|
|
||||||
%/: %.tar.gz
|
%/: %.tar.gz
|
||||||
cd ${BUILD_DIR} && tar xzf $(patsubst ${BUILD_DIR}%,%,$<)
|
cd ${BUILD_DIR} && tar xzf $(patsubst ${BUILD_DIR}%,%,$<)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue