diff options
Diffstat (limited to 'tools/depends/target/libdvdcss')
-rw-r--r-- | tools/depends/target/libdvdcss/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/depends/target/libdvdcss/Makefile b/tools/depends/target/libdvdcss/Makefile index ee7ae56661..576c61bb26 100644 --- a/tools/depends/target/libdvdcss/Makefile +++ b/tools/depends/target/libdvdcss/Makefile @@ -14,7 +14,8 @@ else TARBALLS_LOCATION = $(ROOT_DIR) RETRIEVE_TOOL := curl RETRIEVE_TOOL_FLAGS := -LsS --create-dirs --retry 10 --retry-connrefused -o - ARCHIVE_TOOL := tar --strip-components=1 -xf + ARCHIVE_TOOL := tar + ARCHIVE_TOOL_FLAGS := --strip-components=1 -xf endif endif |