Ralf S. Engelschall 23 лет назад
Родитель
Сommit
b7b68dcb89
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      mozilla/mozilla.spec

+ 2 - 2
mozilla/mozilla.spec

@@ -164,12 +164,12 @@ AutoReqProv:  no
           -e "s;`pwd`;%{l_prefix}/lib/mozilla;" \
           components/xpti.dat components/compreg.dat
 
-      #    strip down installation tree
+      #   strip down installation tree
       find . -type d -depth -print | xargs rmdir >/dev/null 2>&1 || true
       rm -f mozilla-config mkdepend nsinstall bloaturls.txt TestGtk* LICENSE README
       rm -rf res/samples
 
-      #    workaround run-time startup problems
+      #   workaround run-time startup problems
       mkdir .autoreg
     )