summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-im/teams/files/fix-url-opening-1.4.00.4855.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/net-im/teams/files/fix-url-opening-1.4.00.4855.patch b/net-im/teams/files/fix-url-opening-1.4.00.4855.patch
deleted file mode 100644
index 9ff555305119..000000000000
--- a/net-im/teams/files/fix-url-opening-1.4.00.4855.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/usr/bin/teams 2021-03-12 09:58:20.095552303 +0100
-+++ b/usr/bin/teams 2021-03-12 09:58:41.938137585 +0100
-@@ -8,5 +8,5 @@ TEAMS_LOGS="$HOME/.config/Microsoft/Micr
-
- mkdir -p "$TEAMS_LOGS"
-
--nohup "$TEAMS_PATH" --disable-namespace-sandbox --disable-setuid-sandbox "$@" > "$TEAMS_LOGS/teams-startup.log" 2>&1 &
-+nohup "$TEAMS_PATH" "$@" --disable-namespace-sandbox --disable-setuid-sandbox > "$TEAMS_LOGS/teams-startup.log" 2>&1 &
-