www-client/chromium: remove .tmp files
This commit is contained in:
parent
1d02dba8b4
commit
c396fd26b7
2 changed files with 2 additions and 16 deletions
|
@ -1,15 +0,0 @@
|
|||
diff --git a/chromium-122.0.6261.57.ebuild b/chromium-122.0.6261.57.ebuild
|
||||
index 63466f33a755..1e1575885791 100644
|
||||
--- a/chromium-122.0.6261.57.ebuild
|
||||
+++ b/chromium-122.0.6261.57.ebuild
|
||||
@@ -401,6 +401,10 @@ src_prepare() {
|
||||
"${FILESDIR}/chromium-117-system-zstd.patch"
|
||||
)
|
||||
|
||||
+ if use widevine; then
|
||||
+ PATCHES+=("${FILESDIR}/chromium-001-widevine-support-for-arm.patch")
|
||||
+ fi
|
||||
+
|
||||
if use system-toolchain; then
|
||||
# The patchset is really only required if we're not using the system-toolchain
|
||||
PATCHES+=( "${WORKDIR}/chromium-patches-${PATCH_V}" )
|
|
@ -43,6 +43,7 @@ done
|
|||
# Copy over patches to the source files
|
||||
cp -r .patches/files/* files/
|
||||
|
||||
# Remove .orig and .bak files
|
||||
# Remove .orig, .bak and .tmp files
|
||||
find . -name '*.orig' -delete
|
||||
find . -name '*.bak' -delete
|
||||
find . -name '*.tmp' -delete
|
||||
|
|
Loading…
Add table
Reference in a new issue