Skip to content
Snippets Groups Projects
Unverified Commit 1a06d267 authored by w2ak's avatar w2ak
Browse files

install script compatibility, release completion

parent 12f29379
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@
TEXMFLOCAL="$(kpsewhich -var-value TEXMFLOCAL)"
PACKAGE="$TEXMFLOCAL/tex/latex/beamerx/"
FONTS="$TEXMFLOCAL/fonts/truetype/"
PERMS="Dg+s,ug+w,o-w,+X"
mkdir -p "$PACKAGE" "$FONTS"
rsync --recursive --exclude-from=install/.exclude --delete-excluded --chmod=444 source/ $PACKAGE/
rsync --recursive --update --chmod=444 fonts/ $FONTS/
rsync --recursive --exclude-from=install/.exclude --delete-excluded --chmod=$PERMS source/ $PACKAGE/
rsync --recursive --update --chmod=$PERMS fonts/ $FONTS/
texhash || mktexlsr
......@@ -32,6 +32,7 @@ make &&
-or -name '*.md'\
-or -name 'LICENSE*'
find ./install/
find ./fonts/
} | tee >(xargs -d'\n' tar czf "$folder/$tgz") >(xargs -d'\n' zip -q "$folder/$zip") | cat - && {
cd $folder &&
gpg2 --armor --output "$zip.sig" --detach-sign "$zip" &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment