mirror of
https://github.com/Phantop/appdwarf.git
synced 2025-01-09 13:47:08 +00:00
tex: add packages, eopkg: use $1 name
This commit is contained in:
parent
11f6578008
commit
e8fd79baf5
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue