Browse Source

Stefan Paletta:


			
			
				rocklinux
			
			
		
Stefan Paletta 20 years ago
parent
commit
2f129fd496
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      misc/desktop/parse-config

+ 1
- 1
misc/desktop/parse-config

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

Loading…
Cancel
Save