Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
baa6db776d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      misc/desktop/parse-config

+ 1
- 0
misc/desktop/parse-config

@ -69,6 +69,7 @@ postflist_desktop() {
tmp=`mktemp`
grep \.desktop\$ ${builddir}/flist.txt | while read desktop ; do
[ ! -f "${desktop}" ] && continue
[ "${desktop/opt?kde/}" != "${desktop}" ] && continue
echo "Checking ${desktop} ... "

Loading…
Cancel
Save