tex: add packages, eopkg: use $1 name

This commit is contained in:
Phantop 2022-09-25 15:15:45 -04:00
parent 11f6578008
commit e8fd79baf5
2 changed files with 2 additions and 1 deletions

View File

@ -8,5 +8,5 @@ rm "$DIR"/*.eopkg
appdwarf -b "$DIR"/AppRun
sed -i 2,4s#/bin#/usr/bin# "$DIR"/AppRun
appdwarf "$DIR"
mv "$DIR".sh "$APP"
mv "$DIR".sh "$1"
rm -rf "$DIR"

View File

@ -40,6 +40,7 @@ tlpdbopt_w32_multi_user 1
EOF
"$DIR"/tl/install-tl -profile "$DIR"/tl/prof
rm -r "$DIR"/texmf-dist/scripts/tlcockpit
"$DIR"/bin/x86_64-linux/tlmgr install markdown paralist xstring
appdwarf -b "$DIR"/AppRun
sed -i 2,4s#/bin#/bin/x86_64-linux# "$DIR"/AppRun
appdwarf "$DIR"