cron-script.sh
changeset 17558 c3cb1eb93805
parent 17503 9250898104ca
child 17608 cae11c53264f
equal deleted inserted replaced
17557:78dc5ba5d0e4 17558:c3cb1eb93805
   164 mkdir -p $RPMSDIR
   164 mkdir -p $RPMSDIR
   165 touch $LOCKFILE
   165 touch $LOCKFILE
   166 
   166 
   167 # Rebuild the manpage tarballs
   167 # Rebuild the manpage tarballs
   168 cd $SPECDIR
   168 cd $SPECDIR
       
   169 rm -r po-sun/po-sun-tarballs manpages*/sun-manpage-tarballs
       
   170 make 
       
   171 cd $SPECDIR/../spec-files-other
   169 rm -r po-sun/po-sun-tarballs manpages/sun-manpage-tarballs
   172 rm -r po-sun/po-sun-tarballs manpages/sun-manpage-tarballs
   170 make 
       
   171 cd $SPECDIR/../spec-files-other/manpages
       
   172 rm -r sun-manpage-tarballs
       
   173 make
   173 make
   174 
   174 
   175 cd $SPECDIR
   175 cd $SPECDIR
   176 
   176 
   177 #FIXME: The smf service could not run correctly in jail, hack the script here.
   177 #FIXME: The smf service could not run correctly in jail, hack the script here.