summarylogtreecommitdiffstats
path: root/tllocalmgr-fix-texlive-local-match.patch
blob: d6f707510ad4b81be2b80e8b703a7cd391f17f94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tllocalmgr b/tllocalmgr
index b947ed2..b8d75dc 100755
--- a/tllocalmgr
+++ b/tllocalmgr
@@ -140,7 +140,7 @@ chomp(my @pacman = `pacman -Qs ^texlive- | egrep ^local | cut -d'/' -f2`);
 my @localpacman = grep { /^texlive-local-/ } @pacman;
 # To have the standard collections we get rid of 
 # texlive-local-<pkg> and texlive-localmanager:
-my @collpacman = grep { !/^texlive-local/ } @pacman; 
+my @collpacman = grep { !/^(texlive-local|tllocalmgr)/ } @pacman; 
 
 if (@localpacman) {
 	foreach (@localpacman) {