pkg(common): remove tgz helper

This commit is contained in:
Thomas Hobson 2021-02-27 19:43:58 +13:00
parent f786a7def0
commit fb8ce57b60
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 0 additions and 3 deletions

View File

@ -60,9 +60,6 @@ ${INFO_FILE}:
# Helpers
%/: %.tgz
cd ${BUILD_DIR} && tar xzf $(patsubst ${BUILD_DIR}%,%,$<)
%/: %.tar.gz
cd ${BUILD_DIR} && tar xzf $(patsubst ${BUILD_DIR}%,%,$<)