|
|
@@ -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
|
|
|
)
|
|
|
|