mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Christian Helmuth
parent
777d92f6de
commit
863654d188
@@ -225,9 +225,10 @@ _extract_function(tgz) = tar xfz $(ARCHIVE) -C $(DIR) $(call _tar_opt,$1)
|
||||
_extract_function(tar.gz) = tar xfz $(ARCHIVE) -C $(DIR) $(call _tar_opt,$1)
|
||||
_extract_function(tar.xz) = tar xfJ $(ARCHIVE) -C $(DIR) $(call _tar_opt,$1)
|
||||
_extract_function(tar.bz2) = tar xfj $(ARCHIVE) -C $(DIR) $(call _tar_opt,$1)
|
||||
_extract_function(txz) = tar xfJ $(ARCHIVE) -C $(DIR) $(call _tar_opt,$1)
|
||||
_extract_function(zip) = unzip -o -q -d $(DIR) $(call _unzip_opt,$1) $(ARCHIVE)
|
||||
|
||||
_ARCHIVE_EXTS := tar tar.gz tar.xz tgz tar.bz2 zip
|
||||
_ARCHIVE_EXTS := tar tar.gz tar.xz tgz tar.bz2 txz zip
|
||||
|
||||
#
|
||||
# Function that returns the matching extraction function for a given archive
|
||||
|
||||
Reference in New Issue
Block a user