xdg-utils/0004-Restore-matching-of-older-deepin-names.patch
Sérgio M. Basto 75a7fc8791 Use "grep -E" instead of the obsoleted "egrep"
- Resolves: BZ#2140197
- mark LICENSE as %license
- Spec cleanup
- Small patches, as a rule, are in git dist, to be more easy to read.
2023-09-08 00:50:18 +01:00

28 lines
741 B
Diff

From 74776910981b60877d25b1ab9587e5928af1e9c4 Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter@gmail.com>
Date: Thu, 13 Sep 2018 10:48:28 -0500
Subject: [PATCH 04/16] Restore matching of older deepin names
Reverts a small part of prior commit
56991bc165577f011f9ad7ca721c5a5134710e33
---
scripts/xdg-utils-common.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/xdg-utils-common.in b/scripts/xdg-utils-common.in
index 7d2c49c..b4333e2 100644
--- a/scripts/xdg-utils-common.in
+++ b/scripts/xdg-utils-common.in
@@ -288,7 +288,7 @@ detectDE()
KDE)
DE=kde;
;;
- Deepin)
+ DEEPIN|Deepin|deepin)
DE=deepin;
;;
LXDE)
--
2.31.1