diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-02-04 13:58:27 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2023-04-17 20:37:24 -0700 |
commit | c809217de6bd9183b082fe16d02086ecc84052cd (patch) | |
tree | 7bd7272071c04079e4652e32810e091a1cf67638 /tools/depends/target/libdvdcss | |
parent | 1320eb8ffffd242794beac5a774f7720e7a81ca9 (diff) |
tools/depends: split ARCHIVE_TOOL and ARCHIVE_TOOL_FLAGS to be consistent
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
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 |