Projects
Mega:23.09
texlive-base
_service:tar_scm:generate-fmtutilcnf
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:generate-fmtutilcnf of Package texlive-base
#!/bin/bash # Regenerate the fmtutil.cnf file from the pieces which are currently present # in the fmtutil.cnf.d directory. # Abort immediately if any command fails set -o errexit shopt -s nullglob texdir=$1 [[ -z $texdir ]] && texdir=/usr/share/texlive web2cdir=$texdir/texmf-dist/web2c rm -f $web2cdir/fmtutil.cnf.rpmtmp echo "# Generated by $0 on $(date)" > $web2cdir/fmtutil.cnf.rpmtmp cat $web2cdir/fmtutil-hdr.cnf \ $texdir/fmtutil.cnf.d/* \ >> $web2cdir/fmtutil.cnf.rpmtmp mv $web2cdir/fmtutil.cnf.rpmtmp $web2cdir/fmtutil.cnf
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2